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

Re: adding data from two colunms by Gord

Gord
Wed Jul 23 19:12:02 CDT 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
<maria2008@discussions.microsoft.com> 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


Re: adding data from two colunms by Skinman

Skinman
Thu Jul 24 07:29:25 CDT 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" <maria2008@discussions.microsoft.com> wrote in message
news:D3E01D8A-746A-4A93-A881-C35256A9DC12@microsoft.com...
>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
>