How to get the first row in the same sheet

in general we qould do following (Assumption 3 col structure is fixed)

  • find index of month Col with value month (Tablestart)
  • find next index of month col with empty value (Table end)

with this index information we can slice / extract the data

Also have a look here:

1 Like