Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
How do I return a sum of a range of cells corresponding to a certain criteria
(For example: I want the sum of all cells in A column which have a value in B colomn: A B 1 A 3 B 6 - I only want the sum of cells a1, a2 = 4) Thanks. |
#2
![]() |
|||
|
|||
![]() =SUMIF(B1:B3,"<",A1:A3) Daniel Wrote: How do I return a sum of a range of cells corresponding to a certain criteria (For example: I want the sum of all cells in A column which have a value in B colomn: A B 1 A 3 B 6 - I only want the sum of cells a1, a2 = 4) Thanks. -- Aladin Akyurek ------------------------------------------------------------------------ Aladin Akyurek's Profile: http://www.excelforum.com/member.php...fo&userid=4165 View this thread: http://www.excelforum.com/showthread...hreadid=319037 |
#3
![]() |
|||
|
|||
![]()
On Sat, 20 Nov 2004 11:33:36 -0600, Aladin Akyurek
wrote: =SUMIF(B1:B3,"<",A1:A3) or {=SUM(IF(B1:B3"",A1:A3,0))} to cover when b3=6 Daniel Wrote: How do I return a sum of a range of cells corresponding to a certain criteria (For example: I want the sum of all cells in A column which have a value in B colomn: A B 1 A 3 B 6 - I only want the sum of cells a1, a2 = 4) Thanks. -- Aladin Akyurek ------------------------------------------------------------------------ Aladin Akyurek's Profile: http://www.excelforum.com/member.php...fo&userid=4165 View this thread: http://www.excelforum.com/showthread...hreadid=319037 Steve |
#5
![]() |
|||
|
|||
![]() Steve Walton Wrote:[color=blue] On Sat, 20 Nov 2004 11:33:36 -0600, Aladin Akyurek wrote: =SUMIF(B1:B3,"<",A1:A3) or {=SUM(IF(B1:B3"",A1:A3,0))} to cover when b3=6 ... You seem to think that "a value" should be restricted to letters/text. If so, you need something different than what you suggest for it fails to exclude B3 = TRUE or include B3 housing a formula blank, etc.? -- Aladin Akyurek ------------------------------------------------------------------------ Aladin Akyurek's Profile: http://www.excelforum.com/member.php...fo&userid=4165 View this thread: http://www.excelforum.com/showthread...hreadid=319037 |
#6
![]() |
|||
|
|||
![]()
Daniel
=SUMIF(B:B,"<",A:A) Regards Trevor "Daniel" wrote in message ... How do I return a sum of a range of cells corresponding to a certain criteria (For example: I want the sum of all cells in A column which have a value in B colomn: A B 1 A 3 B 6 - I only want the sum of cells a1, a2 = 4) Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Locate and delete specific cells | Excel Discussion (Misc queries) | |||
To safety merge cells without data destroyed, and smart unmerge! | Excel Discussion (Misc queries) | |||
Heps to design Locked/Unlocked cells in protected worksheet | Excel Discussion (Misc queries) | |||
Export Access Record to Specific Cells in Excel | Excel Discussion (Misc queries) | |||
How do I retrieve data (specific cells) from multiple worksheets on a shared drive | Excel Worksheet Functions |