I have some cells that pull info using the VLOOKUP if a value is in a database. If the value isn't in the database, the user can manually type it in but it overwrites the equation. I want to be able to "reset" the table to the original conditions. Ie, if a user overwrites my "=IF(ISBLANK($H4), "", VLOOKUP($H4,DCID[#All], 3, FALSE))" but later wants that equation back, I want to be able to write =IF(ISBLANK($H4), "", VLOOKUP($H4,DCID[#All], 3, FALSE)) to the cell and have it work.
Thoughts?
Thoughts?