Excel formula is not working

Filteredcombo.xlsx (8.9 KB)

this formula is not working =M2/SUMIFS(H:H,L:L,L2)*H2 in q2 cell

if i remove delimiter it is working so how to make it work without removing delimiter

@Sathish_Kumar5,

It’s your formula issue not an UiPath issue. Try to search it on google for correct formula.

Thanks,
Ashok :slight_smile:

actually sorry i forgot to add L column so please check now

shall i create new post?

@Sathish_Kumar5,

No need of it but I’m not understanding the issue.

Actually i have a excel which has delimeters without removing delimiters for h column and m column that formula is not working but after removing delimiters that formula is working please go through this ill share updated excel file

@Sathish_Kumar5,

It seems working at my side. See.

Thanks,
Ashok :slight_smile:

yes, can you check this excel file
Filteredcombo.xlsx (8.9 KB)

@Sathish_Kumar5,

Ok so it’s happening due to numbers stored as text. See that warning on H column.

Solution:
Convert that to a number instead of text or string.

Excel Formula

Thanks,
Ashok :slight_smile: