Have two columns, A and B. Trying to get column A's value into column B. I want it so that if column A has a value it lists the value in column B but its blank that it puts "N/A" down.
=IF(A<=0,A,IF(ISBLANK(A),"N/A",B)) This seems to not work
=IF(A<=0,A,IF(ISBLANK(A),"N/A",B)) This seems to not work
Last edited: