Excel formula not working in a table but works in a range

150 Views Asked by At

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.

enter image description here

the formula is

=MAX([@[sub_date]]:[@[sup_date]])

when this data is in a range the formula is Max(c2:d2)

enter image description here

Why is this working in the range but not the table.

0

There are 0 best solutions below