Hi, I want to autofill a column [Column 1] based on whether a number of other columns contain text/date, i.e.
IF [Column 2] is not blank then put '-' in [Column 1]
IF [Column 3] is not blank then put 'P1' in [Column 1] (this would override above)
IF [Column 2] is not blank then put 'P2' in [Column 1] (this would override above)
IF [Column 2] is not blank then put 'P3' in [Column 1] (this would override above)
The function can be contains text, a date or is not blank. It doesn't really matter. Would appreciate any help!