Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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)=""),"", |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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)=""),"", |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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)=""),"", |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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)=""),"", |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
checking that cells have a value before the workbook will close | Excel Worksheet Functions | |||
Help with using range names in sum function | Excel Worksheet Functions | |||
How to Select a relative range with Using "Find" and Offset() | Excel Discussion (Misc queries) | |||
Can a formula check for a certain value in a range? | Excel Discussion (Misc queries) | |||
can a formula check for a certain value in a range? | Excel Discussion (Misc queries) |