Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
big mann
 
Posts: n/a
Default Help understaning an IF Statement


Can someone please help me to understand what the following piece of
code is doing , thanks

=IF('Input'!O$60="","",SUM('Input - '!D60:O60)/SUM(abc!C$13:N$13))

many thanks for your assistance


--
big mann
------------------------------------------------------------------------
big mann's Profile: http://www.excelforum.com/member.php...o&userid=34543
View this thread: http://www.excelforum.com/showthread...hreadid=543085

  #2   Report Post  
Posted to microsoft.public.excel.misc
sumitk
 
Posts: n/a
Default Help understaning an IF Statement

If cell o60 is blank, the result will be blank.

Else...
The result will be the sum of cells D60 to O60 (from the Input sheet)
divided by the sum of cells C13 to N13 (from the abc sheet)

Hope this helps.

sk

"big mann" wrote:


Can someone please help me to understand what the following piece of
code is doing , thanks

=IF('Input'!O$60="","",SUM('Input - '!D60:O60)/SUM(abc!C$13:N$13))

many thanks for your assistance


--
big mann
------------------------------------------------------------------------
big mann's Profile: http://www.excelforum.com/member.php...o&userid=34543
View this thread: http://www.excelforum.com/showthread...hreadid=543085


  #3   Report Post  
Posted to microsoft.public.excel.misc
Otto Moehrbach
 
Posts: n/a
Default Help understaning an IF Statement

If O60 of the Input sheet is blank, result is a blank cell. Otherwise, get
the sum of D60:O60 in the Input sheet, and divide it by the sum of C13:N13
in the abc sheet. Also, that is not code (not a part of a macro). Rather
it is a cell formula. HTH Otto
"big mann" wrote in
message ...

Can someone please help me to understand what the following piece of
code is doing , thanks

=IF('Input'!O$60="","",SUM('Input - '!D60:O60)/SUM(abc!C$13:N$13))

many thanks for your assistance


--
big mann
------------------------------------------------------------------------
big mann's Profile:
http://www.excelforum.com/member.php...o&userid=34543
View this thread: http://www.excelforum.com/showthread...hreadid=543085



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
IF statement problem webstju Excel Worksheet Functions 3 April 21st 06 12:58 PM
SET statement tutorial Daminc Excel Discussion (Misc queries) 13 January 17th 06 04:47 PM
If statement Matt Montagliano Excel Discussion (Misc queries) 1 September 8th 05 08:47 PM
Do I need a sumif or sum of a vlookup formula? PeterB Excel Worksheet Functions 0 June 1st 05 12:23 PM
7+ nested if statement? Turi Excel Worksheet Functions 3 December 20th 04 07:55 PM


All times are GMT +1. The time now is 04:52 AM.

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"