Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to see which columns are filled with data and then add up the
value above it. For example: A B C 1 500 400 300 2 1 2 --------------- In this case, I want to look at row 2 and see that column A and B are filled, and thus sum up only column A and B of row 1. It seems like a simple concept but I can't seem to figure out how to do this. Thanks a lot in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe this:
=SUMIF(A2:C2,"<",A1:C1) -- Biff Microsoft Excel MVP "Sungibungi" wrote in message ... I'm trying to see which columns are filled with data and then add up the value above it. For example: A B C 1 500 400 300 2 1 2 --------------- In this case, I want to look at row 2 and see that column A and B are filled, and thus sum up only column A and B of row 1. It seems like a simple concept but I can't seem to figure out how to do this. Thanks a lot in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need Sum of 2 columns if one is filled? | Excel Discussion (Misc queries) | |||
Columns with missing data that needs filled in | Excel Worksheet Functions | |||
How to increase a variable after checking of cell is filled up or not? | Excel Worksheet Functions | |||
Checking if a cell entry is correct before adding it to another | Excel Worksheet Functions | |||
Checking if a cell is filled up with data | Excel Discussion (Misc queries) |