Nel post news:A4980AFF-275A-41EA-AE04-F484BA4120C5@microsoft.com
*Dave* ha scritto:
> For each month of the year, I have a budget column with sales and
> cost data (e.g. in column B) and then next to that I have a column
[quoted text clipped - 25 lines]
>
> Many Thanks!
Hi Dave,
Try with this formula (I used just 3 months, but you can extend to 12
months):
=SUM(IF(C4,C4,B4),IF(E4,E4,D4),IF(G4,G4,F4))
where columns B, D and F are for budget data while C, E and G are fo actual
data.

Signature
Hope I helped you.
Thanks in advance for your feedback.
Ciao
Franz Verga from Italy
Dave - 22 Jun 2006 20:04 GMT
Franz, it works like a charm. thanks!
> Nel post news:A4980AFF-275A-41EA-AE04-F484BA4120C5@microsoft.com
> *Dave* ha scritto:
[quoted text clipped - 38 lines]
> where columns B, D and F are for budget data while C, E and G are fo actual
> data.