Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Mulitple Formulas/Same Cell

This seems very simple, but I can't figure it out. In Cell D8, I need the
formula to say, F8-G8, but if F8-G8=0, then add J8, K8, L8 and M8. Any
suggestions?
Thank You!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default Mulitple Formulas/Same Cell

Try something like this:

=IF(F8-G8=0,SUM(J8:M8),F8-G8)

HTH,
Elkar


"Erina" wrote:

This seems very simple, but I can't figure it out. In Cell D8, I need the
formula to say, F8-G8, but if F8-G8=0, then add J8, K8, L8 and M8. Any
suggestions?
Thank You!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,202
Default Mulitple Formulas/Same Cell

=IF(F8-G8=0,SUM(J8:M8),F8-G8)

Just noting that F8-G8=0 is the same as F8=G8

Rick
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
Mulitple formulas Joey041 Excel Discussion (Misc queries) 1 November 16th 06 02:48 AM
mulitple formulas charlie Excel Worksheet Functions 8 January 25th 06 08:34 PM
mulitple criteria imjustme Excel Discussion (Misc queries) 9 September 2nd 05 02:07 AM
Changes to Mulitple Worksheets Mac Landers Excel Worksheet Functions 3 January 26th 05 12:59 AM
What is the formula for adding mulitple numbers in one excel cell. Merlin_au Excel Discussion (Misc queries) 1 January 4th 05 10:50 AM


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