![]() |
Help with Range...
Hi, how do you use a range for "Not", for range of items that might be blank?
getting #Div/0! & #Value! errors. Thanks.. #VALUE! Errors: (misused range?) =IF(AL9:AN9=0),"", =IF(AL9:AN9=""),"", =IF((AL9:AN9)=""),"", |
Help with Range...
Not sure what you're looking for but maybe:
=IF(COUNTA(AL9:AN9)=0,"", HTH JG "nastech" wrote: Hi, how do you use a range for "Not", for range of items that might be blank? getting #Div/0! & #Value! errors. Thanks.. #VALUE! Errors: (misused range?) =IF(AL9:AN9=0),"", =IF(AL9:AN9=""),"", =IF((AL9:AN9)=""),"", |
Help with Range...
thankyou..
"pinmaster" wrote: Not sure what you're looking for but maybe: =IF(COUNTA(AL9:AN9)=0,"", HTH JG "nastech" wrote: Hi, how do you use a range for "Not", for range of items that might be blank? getting #Div/0! & #Value! errors. Thanks.. #VALUE! Errors: (misused range?) =IF(AL9:AN9=0),"", =IF(AL9:AN9=""),"", =IF((AL9:AN9)=""),"", |
Help with Range...
You're welcome, and thanks for the feedback!
Regards JG "nastech" wrote: thankyou.. "pinmaster" wrote: Not sure what you're looking for but maybe: =IF(COUNTA(AL9:AN9)=0,"", HTH JG "nastech" wrote: Hi, how do you use a range for "Not", for range of items that might be blank? getting #Div/0! & #Value! errors. Thanks.. #VALUE! Errors: (misused range?) =IF(AL9:AN9=0),"", =IF(AL9:AN9=""),"", =IF((AL9:AN9)=""),"", |
All times are GMT +1. The time now is 02:34 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com