Hello,
In the attached file, I have a drop-down menu (cell A3) that allows users to determine whether they want to manually input a number in a specific cell (cell F3) or have the worksheet input a placeholder value for them in that cell. The problem is that anytime a user manually inputs a number in F3, it overwrites the formula that pulls in the placeholder value from the second tab (cell B2). Thus, if the user switches back to "placeholder value" option, cell F3 no longer works properly.
I know I can work around this by creating additional rows and using if/then statement, but really hoping to maintain the format of having just one cell for both the input and placeholder value. I believe this requires VBA. Can anyone help me accomplish this? *Thanks!
Bookmarks