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
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
It’s your formula issue not an UiPath issue. Try to search it on google for correct formula.
Thanks,
Ashok
shall i create new post?
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
yes, can you check this excel file
Filteredcombo.xlsx (8.9 KB)
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.
Thanks,
Ashok