I am trying to combine two columns into one. The only way I can think of doing this is with an IF formula. what I have is
=IF([Ready for Final Review Initial]@row = 0, [Ready for Final Review Reapp]@row, [Ready for Final Review Initial]@row)
It works for collecting my secondary value, but does not work for the initial column if not blank. All three columns properties are date value.