Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default ISERROR and UPPER

Hello:

Recently, someone on this message board helped me out by telling me about
the "ISERROR" formula and using this formula to fix an If,Then statement that
was not returning an incorrect value.

What is "ISERROR" and does it allow for overriding situations where Excel is
not returning the correct value in an If,Then statement?

And, what does "UPPER" do?

Thanks!

childofthe1980s
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default ISERROR and UPPER

This can all be found in Excel's HELP

--
Kind regards,

Niek Otten

"childothe1980s" wrote in message
...
Hello:

Recently, someone on this message board helped me out by telling me about
the "ISERROR" formula and using this formula to fix an If,Then statement
that
was not returning an incorrect value.

What is "ISERROR" and does it allow for overriding situations where Excel
is
not returning the correct value in an If,Then statement?

And, what does "UPPER" do?

Thanks!

childofthe1980s



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default ISERROR and UPPER

If you had used Search instead of Find, you wouldn't need Upper
=IF(ISERROR(Search("CREDIT CARD",$E7,1)),"","VISA")

If you read the help on Search or Find, you would see they return an error
value if they don't find the search string.

--
Regards,
Tom Ogilvy


"childothe1980s" wrote in message
...
Hello:

Recently, someone on this message board helped me out by telling me about
the "ISERROR" formula and using this formula to fix an If,Then statement

that
was not returning an incorrect value.

What is "ISERROR" and does it allow for overriding situations where Excel

is
not returning the correct value in an If,Then statement?

And, what does "UPPER" do?

Thanks!

childofthe1980s



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
convert lower to upper case automatically without using UPPER Sal Excel Discussion (Misc queries) 6 July 26th 09 11:27 AM
Changing upper case characters to upper/lower Richard Zignego Excel Discussion (Misc queries) 1 December 17th 07 10:09 PM
Change from mixed caps and upper lower to all upper lower case Fish''s Mermaid Excel Worksheet Functions 3 October 13th 06 02:15 PM
How do I convert all upper case excel sheet into upper and lower . DebDay Excel Discussion (Misc queries) 1 March 9th 05 08:31 PM
How to change location A1 cell from upper right to upper left? Doug@Peacock Excel Discussion (Misc queries) 1 February 8th 05 02:37 PM


All times are GMT +1. The time now is 03:40 AM.

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"