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 How can I apply If statement using two row, multi columns

How can i use If statement using two row, multi colums to get sum dollar
amount. For example
colums A colums B colums C colums D colums E
ROW 2 100.00 100.00 100.00 100.00 100.00
ROW 3 500 500 501 501 500

Using if statement as, if row 3 = 500; sum row 2 = $300.00
same thing if row 3 = 501; sum row 2 = $200.00
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 171
Default How can I apply If statement using two row, multi columns

=sumif(3:3,500,2:2) will add all the cells in row 2 where the corresponding
cell in row 3 is 500.

"IF Statement" wrote:

How can i use If statement using two row, multi colums to get sum dollar
amount. For example
colums A colums B colums C colums D colums E
ROW 2 100.00 100.00 100.00 100.00 100.00
ROW 3 500 500 501 501 500

Using if statement as, if row 3 = 500; sum row 2 = $300.00
same thing if row 3 = 501; sum row 2 = $200.00

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
how can i apply labels (or category names) to columns? Justin H. Excel Worksheet Functions 2 October 19th 06 12:49 AM
How to Express a Multi IF Statement Q John Excel Worksheet Functions 6 October 5th 06 01:13 PM
If statement using multi columns KReese Excel Worksheet Functions 5 June 2nd 06 02:57 PM
Anybody have a multi division income statement template? Inquiring Mind Excel Discussion (Misc queries) 0 May 18th 06 10:30 PM
Possible to apply Autofilter to a subset of available columns? Paul Moore Excel Discussion (Misc queries) 2 June 1st 05 10:23 PM


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