I've got a sheet for tracking work changes and when they have been approved, I want to set up a formula in a 'helper' sheet to get just the key data of the work change
I've set up the below formula, but it only pulls through data from the 1st row - how do i get it to work for all rows?
=IFERROR(VLOOKUP("Yes", {Variation & SI Tracker Range 3}, 2, false), "")