I have a very basic excel formula which works in a range but when I bring the data into a table the formula does not provide the correct results.
the formula is
=MAX([@[sub_date]]:[@[sup_date]])
when this data is in a range the formula is Max(c2:d2)
Why is this working in the range but not the table.