![]() |
solving lists of numbers problems
i am trying to search through lists to return a result of if there is no
number 5 in cells A1 to A25 then the answer is 5. i am sure it is simple but i must be too stupid to do it -- regards Richard |
One way:
=IF(COUNTIF(A1:A25,5)=0,5,"") In article , "richard" wrote: i am trying to search through lists to return a result of if there is no number 5 in cells A1 to A25 then the answer is 5. i am sure it is simple |
All times are GMT +1. The time now is 08:22 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com