K
Kalabalana
I have an if statement, and for either the true or false conditiona
statements, I would like to type some text and have a number displayed
This number is calculated by some formula.
For example, IF(MOD(ROW(),2)=0,"The current row; "ROW()" is even."
"This row is odd.")
But the above syntax is incorrect. What is the correct syntax t
perform this type of operation
statements, I would like to type some text and have a number displayed
This number is calculated by some formula.
For example, IF(MOD(ROW(),2)=0,"The current row; "ROW()" is even."
"This row is odd.")
But the above syntax is incorrect. What is the correct syntax t
perform this type of operation