Hi,
I have thousands of rows with either 2 or 4 cells each like this
stuff stuff stuff stuff
stuff stuff stuff stuff
stuff stuff
stuff stuff
stuff stuff stuff stuff
The stuff in bold is what i want to keep in cell 5 and 6, ie:
for each row
if column 3 & 4 have stuff in them
column 5 & 6 = column 3 & 4
else
column 5 & 6 = column 1 & 2
I have limited knowledge of excel. With my naive mind, here's what i thought.. but of course it didnt work:
click into cell 5 of a row A (A5) and write: = A3 if(A3 != null), else A1
Seems like it should be really simple, but after 25 min on Google, I haven't found anything.
Thanks for any help!
Bookmarks