![]() |
How do I get excel search through a range of numbers e.g. 1.99 - .
How do I get excel to search through a range of numbers for example the
equation that I would like to complete is IF(B5=1.99 - 1.5,10) but excell thinks that 1.99 - 1.5 is 1.99 minus 1.5. Please help. Matthew |
Hi
=IF(AND(B5=1.5,B5<=1.99),10,"not defined") -- Regards Frank Kabel Frankfurt, Germany "govworker" schrieb im Newsbeitrag ... How do I get excel to search through a range of numbers for example the equation that I would like to complete is IF(B5=1.99 - 1.5,10) but excell thinks that 1.99 - 1.5 is 1.99 minus 1.5. Please help. Matthew |
Thank you for your help. It worked great.
"Frank Kabel" wrote: Hi =IF(AND(B5=1.5,B5<=1.99),10,"not defined") -- Regards Frank Kabel Frankfurt, Germany "govworker" schrieb im Newsbeitrag ... How do I get excel to search through a range of numbers for example the equation that I would like to complete is IF(B5=1.99 - 1.5,10) but excell thinks that 1.99 - 1.5 is 1.99 minus 1.5. Please help. Matthew |
All times are GMT +1. The time now is 05:21 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com