Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Nesting IF to correct #VALUE! Error Message

My current formula is:

=IF(G4F4,F4-G4,"0")

and it calculates correctly or displays a "0" if G4 is less than F4.

But I need help finding out what to add to this formula so that it displays
"RNC" if G4 equals RNC.

Please help, didn't sleep last night trying to think of the answer!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Nesting IF to correct #VALUE! Error Message

=IF(G4="RNC","RNC",IF(G4F4,F4-G4,"0"))


"JennE" wrote:

My current formula is:

=IF(G4F4,F4-G4,"0")

and it calculates correctly or displays a "0" if G4 is less than F4.

But I need help finding out what to add to this formula so that it displays
"RNC" if G4 equals RNC.

Please help, didn't sleep last night trying to think of the answer!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Nesting IF to correct #VALUE! Error Message

YOU ROCK!!!

THANK YOU SO MUCH! Whew, now i can sleep :)


"Teethless mama" wrote:

=IF(G4="RNC","RNC",IF(G4F4,F4-G4,"0"))


"JennE" wrote:

My current formula is:

=IF(G4F4,F4-G4,"0")

and it calculates correctly or displays a "0" if G4 is less than F4.

But I need help finding out what to add to this formula so that it displays
"RNC" if G4 equals RNC.

Please help, didn't sleep last night trying to think of the answer!

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
Subtotals Nesting Error - Totals Above bart972 Excel Worksheet Functions 0 September 12th 07 06:34 PM
IF condition Nesting limit error vandenberg p New Users to Excel 0 June 23rd 06 03:52 AM
IF condition Nesting limit error CLR New Users to Excel 0 June 21st 06 01:09 PM
IF condition Nesting limit error VBA Noob New Users to Excel 0 June 21st 06 08:27 AM
#VALUE! error nesting IF function fastballfreddy Excel Discussion (Misc queries) 5 May 9th 06 02:32 PM


All times are GMT +1. The time now is 07:41 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"