Hello there,
I have 2 sheets:
Sheet A - Base File, where i have % Column where i input the current numbers.
Sheet B - Transfer to File, where i need to add a checkbox to a row, if the % Column in Sheet A is 100 %.
I have managed to make the reference where:
=IF({Base File Range 5} = 1, 1, 0).
BASE FILE
TRANSFER TO FILE
My question is, if on the Base File, i then move the Row (from row 3 to row 8), will the reference follow? Or do i need to do some sort of Vlookup, and what would that be?
Every item in the Task Name Column will be the same in either sheet, so this can be used as a unique identifier if required.
The plan is to build this out across multiple sheets, so just want to make sure i have it correct before i start committing to it.
Additionally, is it possible to make extend this in a quick way (drag the formula down) instead of doing it cell by cell.
Thanks,