Hi, I'm trying to get a Data validation formula to work.
the cell I will be doing this on is A1
So the Data validation for cell A1 would look something like this:
Custom:
=IF(A1=0,B1/208,A1)
I'm wanting to add a value into cell B1, so if cell A1 is left blank, I can reverse engineer an answer IF cell B1 has a value in it and cell A1 does not.
BUT
If cell A1 has a value, It will just display that value and ignore the rest of the formula.
IF A1 AND B1 are both 0, then both cells will just show 0.
I tested this formula on a cell and it works great, It's just not working from Data validation.
Maybe because it's referencing itself?
Solved by G. L. in 24 mins