G
Guest
I am using a formula to bring back some text about some data. I am using the
following formula:
=IF(N12>M12,"is larger for girls","is larger for boys"), so that if the data
in cell N12 is greater than the data in cell M12 then it says "is larger for
girls" and vice versa.
This works fine, apart from if negative numbers are in the cells then it
brings back the value closest to zero - rather than the largest negative
number.
Does anyone know how to get round this.
In addition - I would ideally like to alter the formula so that it says that
if the two values are within a certain range of each other (say 5%) that it
says that the values are similar, and then if it is over a 5% difference then
the statments that I had in previously are returned.
Can anyone recommend a way to do this as well.
Thanks very much for your help.
following formula:
=IF(N12>M12,"is larger for girls","is larger for boys"), so that if the data
in cell N12 is greater than the data in cell M12 then it says "is larger for
girls" and vice versa.
This works fine, apart from if negative numbers are in the cells then it
brings back the value closest to zero - rather than the largest negative
number.
Does anyone know how to get round this.
In addition - I would ideally like to alter the formula so that it says that
if the two values are within a certain range of each other (say 5%) that it
says that the values are similar, and then if it is over a 5% difference then
the statments that I had in previously are returned.
Can anyone recommend a way to do this as well.
Thanks very much for your help.