the_observer
Member
Hi all,
i am trying to highlight high and low values in a chart as the title says.
I do not know excel but by searching around i found two ways to accomplish this but i have not managed one of them to work.
Both ways suggest to create two more columns (one for min and one for max values) and add the below formulas.
(Below i write only for high values ,min values are similar)
Way 1
(for high value) uses a formula like this :
(for low value) uses a formula like this :
Way 2
(for high value) uses a formula like this :
(for low value) uses a formula like this :
When i try either way i get a "the formula you typed contains an error" message
So after many tries i didn't manage any of the two ways to work.
Is it because they refer to another excel version than mine? I have 2007 while it is not clear in which excel version they refer.
Probably i am doing something wrong.
I attach the excel in case some good man could help me out.
Thank you for your time reading this and excuse my lame English.
Regards,
the_observer.
i am trying to highlight high and low values in a chart as the title says.
I do not know excel but by searching around i found two ways to accomplish this but i have not managed one of them to work.
Both ways suggest to create two more columns (one for min and one for max values) and add the below formulas.
(Below i write only for high values ,min values are similar)
Way 1
(for high value) uses a formula like this :
Code:
=IF(B2=MAX(Value),B2,0)
Code:
=IF(B2=MIN(Value),B2,0)
Way 2
(for high value) uses a formula like this :
Code:
=IF($B2=MAX($B$2:$B$14),$B2,NA())
Code:
=IF($B2=MIN($B$2:$B$14),$B2,NA())
When i try either way i get a "the formula you typed contains an error" message
So after many tries i didn't manage any of the two ways to work.
Is it because they refer to another excel version than mine? I have 2007 while it is not clear in which excel version they refer.
Probably i am doing something wrong.
I attach the excel in case some good man could help me out.
Thank you for your time reading this and excuse my lame English.
Regards,
the_observer.