I am trying to find a way to take an entered number in an If /Then function when true to have that number go to a certain cell.
If I enter the number 100 in A1, I want it to then put 100 into Cell B1, if the number entered is 500, then put 500 into Cell C1., if 1000 then put 1000 in D1 and so on. The numbers that can be entered are; 100, 250, 500, 1000, 2500, 5000, and 10000 so there would be 7 different cells to go to.
How would I go about doing this?
Bookmarks