Forum Discussion
mdianah
Nov 28, 2018Copper Contributor
ignore blank cells in formula
I have an IF(OR) formula, where it sometimes will refer to blank fields. I need it to completely ignore the blank fields. The formula: =IF(OR(B5<1;E5<1;K5<1);"sekundær(true)";"primær (false)") If e...
Detlef_Lewin
Nov 28, 2018Silver Contributor
Hi
Your description does not match your formula. And your description misses out on the case =1.
Please provide a file with all possible combinations and the desired results.
mdianah
Nov 28, 2018Copper Contributor
Detlef_Lewin wrote:Hi
Your description does not match your formula. And your description misses out on the case =1.
Please provide a file with all possible combinations and the desired results.
I've just changed the larger than sign (<). If it's eqaul to 1, then it's supposed to be "primær" (false)