Hello,
I am looking for a formula, using an IF statement, where if true, it populates a number, and if false, a pop-up window opens prompting user to enter the number that should be there.
Formula i'm working working with: =IF(D2="OFF",8,AskForValue())
I've also entered a VBA Code i found...