R
Ross
Hi all
I have what seemed to me to be a simple task: If both A1 and
B1 have nothing in them, show nothing, but if either cell has something in
it, do the math...A1+B1. So I wrote: if(A1+B1="","",A1+B1). Unfortunately,
it'll do the math, but it shows a zero for the rows that have no input. Can
someone help?? And explain why??
Thanks very much
I have what seemed to me to be a simple task: If both A1 and
B1 have nothing in them, show nothing, but if either cell has something in
it, do the math...A1+B1. So I wrote: if(A1+B1="","",A1+B1). Unfortunately,
it'll do the math, but it shows a zero for the rows that have no input. Can
someone help?? And explain why??
Thanks very much