#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 88
Default Am I to assume...

Am I to assume that there is not a way to use a range in an IF statement. If
not is there a way to incorporate #N/A error into a conditional format?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Am I to assume...

Depends on what you are trying to do. For example, we might be interested in
knowing if any cells in A1 thru A1000 have #N/A:

=IF(ERROR.TYPE(SUM(A1:A1000))=7,"error present","clean")

This also shows a way to test for #N/A

--
Gary''s Student - gsnu200777


"Cerberus" wrote:

Am I to assume that there is not a way to use a range in an IF statement. If
not is there a way to incorporate #N/A error into a conditional format?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 88
Default Am I to assume...

Thank you for your help.

"Gary''s Student" wrote:

Depends on what you are trying to do. For example, we might be interested in
knowing if any cells in A1 thru A1000 have #N/A:

=IF(ERROR.TYPE(SUM(A1:A1000))=7,"error present","clean")

This also shows a way to test for #N/A

--
Gary''s Student - gsnu200777


"Cerberus" wrote:

Am I to assume that there is not a way to use a range in an IF statement. If
not is there a way to incorporate #N/A error into a conditional format?

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
What would Excel Assume if DATE left blank Neon520 Excel Worksheet Functions 5 January 15th 08 07:50 PM
Can I assume everyone has Scripting Run Time (scrrun.dll) on C:\WI Tetsuya Oguma Excel Discussion (Misc queries) 1 March 10th 06 08:36 AM
Number of days between 2 dates, if end date is blank assume todays JulesM New Users to Excel 1 March 1st 06 12:41 PM
assume the number I type is in the thousands Raza Excel Discussion (Misc queries) 13 October 17th 05 05:52 PM
Can I assume the program has crashed? Catt Excel Discussion (Misc queries) 2 July 2nd 05 05:11 PM


All times are GMT +1. The time now is 03:54 PM.

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

About Us

"It's about Microsoft Excel"