Hi Community,
I'm having column A which has null values and non-null values and I want to create column B. Can you suggest me formula for that?
If isnull(col A) THEN (col
= 'Web' ELSEif (col A)='1111' then (col
= 'Mobile' elseif (colA) ='2222' then (col
='IPAD' else (col
= 'SOURCE UNKNOWN' ENDIF
Is the above formula right? can someone tell me the right formula? I'm attaching the excel file as well. Thank you