This is what I have been doing, but there are multiple people using the report and new/different people using it in the future and if someone accidently breaks it without knowing (they don't always look at the report, and a lot of the columns with the formulas are hidden so they wouldn't even realize it was broken) it is a pain to fix and re-update all of the information.
Is there no way to avoid this?
I tried
=IF($A$405=TRUE,VLOOKUP(Status!$A$17,Status!$A$17:$A$41,1,FALSE),0)
and
=IF($A406=TRUE,VLOOKUP(Status!$A18,Status!$A18:$A42,1,FALSE),0)
and
=IF(A407=TRUE,VLOOKUP(Status!A19,Status!A19:A43,1,FALSE),0)
and either way it ends up looking like this after a cut
=IF($A$406=TRUE,VLOOKUP(Status!#REF!,Status!$A$18:$A$42,1,FALSE),0)
Thanks!
Bookmarks