I have two worksheets, "values" and "keys"
each value has a corresponding key, if the value of the first key is 7, I need to sum keys b2:b8 (value + 1 because of header)
In other words, in case it wasn't clear already, is there a way I can reference (and increment) the value contained within "Values!B2" (Same sheet, I know I don't need to specify the sheet here, but writing it this way so all understand) in order to grab =sum(Keys!B2:B?) where ? = previously grabbed value + 1
Thank you kindly for any help!
Bookmarks