PC Review


Reply
Thread Tools Rate Thread

Checking Filled Columns and Adding up value above

 
 
Sungibungi
Guest
Posts: n/a
 
      15th Aug 2008
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 With Quote
 
 
 
 
T. Valko
Guest
Posts: n/a
 
      15th Aug 2008
Maybe this:

=SUMIF(A2:C2,"<>",A1:C1)

--
Biff
Microsoft Excel MVP


"Sungibungi" <(E-Mail Removed)> wrote in message
news:C6E643AA-45D9-4645-8888-(E-Mail Removed)...
> 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 With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to increase a variable after checking of cell is filled up or not? wuming79 Microsoft Excel Worksheet Functions 7 5th Jul 2006 09:55 AM
Re: Checking if a cell is filled up with data mangesh_yadav Microsoft Excel Misc 0 26th May 2005 10:17 AM
Checking if a cell is filled up with data xpucto Microsoft Excel Misc 0 26th May 2005 10:10 AM
adding columns to an already-filled datatable? VMI Microsoft C# .NET 1 6th Oct 2004 06:20 PM
Checking cells are filled in. SunGod Microsoft Excel Discussion 2 29th Jun 2004 02:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:18 PM.