Team,
Struggling to get the below formula to work…any thoughts. (The cells contain numbers in text/numbers columns):
=IF(OR([02/01/25]@row < [01/01/25]@row , [02/01/25]@row <> [01/01/25]@row , [02/01/25]@row > [01/01/25]@row ), "Down", "Same", "Up")
Thanks