Hi all.
I am looking to create an IF formula so that if a column contains any value another column in the same data will be replaced with that data.
IF !IsEmpty([Product ID]) THEN [Order]=[Product ID] ELSE [Order]=[Order] ENDIF
The above is what I had written which gives me a -1 or 1 in the 'Order' Column. Bu that is not what I want to see. What I want to see in the Order Column is the actual value that is in the Product ID column if there is one....please could someone advise?