![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
I need to sum the numbers in the column only if numbers appear in the same row in another column. in other words i want to sum column A contents, but only include the cell rows that have a value in column b.
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,319
|
Quote:
|
|
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
Type in this formula:
=SUM(IF(ISNUMBER(B1:B100);A1:A100)) and close off by pressing Ctrl-Shift-Enter. (this is a CSE or array formula). See http://www.mrexcel.com/tip011.shtml for more about CSE formulas. |
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|