I keep getting #NAME when I put a formula into a cell
I am trying to create the following logic:
If cell I2 or cell K2 is not blank, then populate with the value of C2, else, leave blank
Here is my attempt at the formula below
=IF(OR(I2<>"",K2<>""),C2,””)
Help Please
I am trying to create the following logic:
If cell I2 or cell K2 is not blank, then populate with the value of C2, else, leave blank
Here is my attempt at the formula below
=IF(OR(I2<>"",K2<>""),C2,””)
Help Please