K
king60611
I need: If column X is blank, use the value in column U; otherwise, the value
is 0.
I wrote: =IF(X3=" ",U3,0)
Unfortunately, it's returning 0 for everything, even when X is empty.
What's the correct formula I should be using?
is 0.
I wrote: =IF(X3=" ",U3,0)
Unfortunately, it's returning 0 for everything, even when X is empty.
What's the correct formula I should be using?