Cell A1 determines the value in cell A2; if A1 = 1, A2 = 10; if A1 = 2, A2 = 100
I want cell B1 to equal A2 as if A1 = 1, regardless of what A1 actually equals. So for instance, if A1 = 2, I want B1 to equal what A2 would equal if A1 = 1; in this case, B1 should equal 10, even though A2 = 100. In essence, I am trying to run the spreadsheet within the cell independently.
How do I write a function within B1 to acheive this, preferably without VBA?
Thanks so much.
Bookmarks