I am trying to get the last row index of col1=“data” and col2=“computer”.
you can make use of Index property of “For each row” activity
test2.xaml (8.0 KB)
Thank you for reply.
But I want last row index of all duplicates values because I have to put the sum of all duplicates values in it.
Excel:
test.xlsx (9.5 KB)
Solution:
test2.xaml (15.7 KB)
example 1:
input
output (sheet2)
Example 2
input
output (Sheet2)
@Shivani_Sarkale
Welcome to the Forum
Have a look here
WE can do with a LINQ or classical AS mentioned in First approach
Thank you. @jack.chan
Its Working now.
1 Like
Thank you @ppr
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.