#1   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default 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)=""),"",
  #2   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default 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)=""),"",

  #3   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default 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)=""),"",

  #4   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default 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)=""),"",

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
checking that cells have a value before the workbook will close kcdonaldson Excel Worksheet Functions 8 December 5th 05 04:57 PM
Help with using range names in sum function soteman2005 Excel Worksheet Functions 2 November 28th 05 04:43 PM
How to Select a relative range with Using "Find" and Offset() Dennis Excel Discussion (Misc queries) 7 July 27th 05 03:57 PM
Can a formula check for a certain value in a range? Lee IT Excel Discussion (Misc queries) 3 April 8th 05 07:36 AM
can a formula check for a certain value in a range? Lee IT Excel Discussion (Misc queries) 1 April 7th 05 04:31 PM


All times are GMT +1. The time now is 05:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"