Hi everyone,
Is there a way to get the following two formulas to display as 0%, rather than FALSE?
=IF(AND(K2<2,K2>2),0,IF(K2=2,(I2/H2)))
=IF(AND(K2<2,K2>2),0,IF(K2=2,(AVERAGE(D15,D17))))
Thanks!
Hi everyone,
Is there a way to get the following two formulas to display as 0%, rather than FALSE?
=IF(AND(K2<2,K2>2),0,IF(K2=2,(I2/H2)))
=IF(AND(K2<2,K2>2),0,IF(K2=2,(AVERAGE(D15,D17))))
Thanks!
Last edited by Merboo; 09-13-2012 at 10:52 AM.
Try this:
=IF(AND(K2<2,K2>2),0,IF(K2=2,(I2/H2),0))
=IF(AND(K2<2,K2>2),0,IF(K2=2,(AVERAGE(D15,D17)),0))
Hope this helps.
Pete
That's absolutely fantastic, thanks so much!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks