Calculate specific values of excel

I have a question how can i get the values of the months after Feb till current month excelvalues

for example i need each value of March and April

month Feb is passed as an argument

Hello,

I would suggest you the following logic:

image

  1. At first robot checks if current row is equal to Feb. If no, checks next row and so on.
    When it finds Feb, it increases counter by 1 to go to the following row.
  2. After that robot displays value from second column, increases counter, checks if the row is current month
  3. If no, repeat
  4. If yes, just stops
    Main.xaml (11.6 KB)

@FMK
Find starter help here:
FMK2.xaml (9.8 KB)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.