PC Review


Reply
Thread Tools Rate Thread

adding data from two colunms

 
 
maria2008
Guest
Posts: n/a
 
      24th Jul 2008
I hope you can help me with this.
I have two columns one estimated cost the other actual cost

est cost actual
100 50
300
400
500

t 1300 total $$$
I would like the total under the actual colunm to use the est cost value if
the actual cost is not there, so that i have a running total of what i have
estimated and what has been already aquired.
thank you in advance

 
Reply With Quote
 
 
 
 
Gord Dibben
Guest
Posts: n/a
 
      24th Jul 2008
=SUM(A1:A10) entered in A11

=A11-SUM(B2:B10) entered in B11


Gord Dibben MS Excel MVP

On Wed, 23 Jul 2008 17:01:00 -0700, maria2008
<(E-Mail Removed)> wrote:

>I hope you can help me with this.
>I have two columns one estimated cost the other actual cost
>
>est cost actual
> 100 50
> 300
> 400
> 500
>
>t 1300 total $$$
>I would like the total under the actual colunm to use the est cost value if
>the actual cost is not there, so that i have a running total of what i have
>estimated and what has been already aquired.
>thank you in advance


 
Reply With Quote
 
Skinman
Guest
Posts: n/a
 
      24th Jul 2008
I could be wrong but the formula I think you require is
=SUMIF(actual,"",estcost)+SUM(actual)...
Enter in cell below the named range actual. You have to name the range
estcost and the range actual
Skinman if

"maria2008" <(E-Mail Removed)> wrote in message
news3E01D8A-746A-4A93-A881-(E-Mail Removed)...
>I hope you can help me with this.
> I have two columns one estimated cost the other actual cost
>
> est cost actual
> 100 50
> 300
> 400
> 500
>
> t 1300 total $$$
> I would like the total under the actual colunm to use the est cost value
> if
> the actual cost is not there, so that i have a running total of what i
> have
> estimated and what has been already aquired.
> thank you 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
Comparing two colunms Red Deer Tech Microsoft Excel Worksheet Functions 1 24th Jun 2009 08:25 PM
Numbered Colunms Firman Microsoft Excel Crashes 2 27th Nov 2007 01:42 PM
Matching data in multiple colunms =?Utf-8?B?SnVkb2d1eQ==?= Microsoft Excel Misc 1 7th Mar 2007 11:51 AM
Comparison of data in two separate colunms =?Utf-8?B?dGhhZW5u?= Microsoft Excel Misc 7 20th Oct 2006 06:37 PM
COUNTIF with two colunms =?Utf-8?B?VHVmYWls?= Microsoft Excel Programming 7 29th May 2006 03:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:51 AM.