Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Warrain
 
Posts: n/a
Default conditional formula

I have 12 columns of numbers (one for each month) representing actuals for
past months and forecasts for future months and a total for the year. This is
updated each month when actual numbers for the month replace forecast for
that month. Each month I need to update the sum of the actual columns year to
date. Is there a conditional formula, or some other method, that would
achieve this without having to update the formulae each month for each line?
Many thanks.
  #2   Report Post  
Richard Buttrey
 
Posts: n/a
Default

On Thu, 29 Sep 2005 19:47:03 -0700, "Warrain"
wrote:

I have 12 columns of numbers (one for each month) representing actuals for
past months and forecasts for future months and a total for the year. This is
updated each month when actual numbers for the month replace forecast for
that month. Each month I need to update the sum of the actual columns year to
date. Is there a conditional formula, or some other method, that would
achieve this without having to update the formulae each month for each line?
Many thanks.


Try using SumIf

You'll need to identify which columns are Actuals and which Forecast
if your model is not already doing this. So assuming your month
columns are B:M with the month name in row 2, and data starting in row
3, identify in row 1 whether the column is an Actual or Forecast with
an "A" of "F" respectively.

Then in A3 put

=SUMIF($B$1:$M$1,"A",B3:M3)

and copy down column A.

HTH

__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
  #3   Report Post  
Warrain
 
Posts: n/a
Default

Thank you so much Richard. It worked a treat. Will save me oodles of time.
Cheers from Brizzie
Warren

"Richard Buttrey" wrote:

On Thu, 29 Sep 2005 19:47:03 -0700, "Warrain"
wrote:

I have 12 columns of numbers (one for each month) representing actuals for
past months and forecasts for future months and a total for the year. This is
updated each month when actual numbers for the month replace forecast for
that month. Each month I need to update the sum of the actual columns year to
date. Is there a conditional formula, or some other method, that would
achieve this without having to update the formulae each month for each line?
Many thanks.


Try using SumIf

You'll need to identify which columns are Actuals and which Forecast
if your model is not already doing this. So assuming your month
columns are B:M with the month name in row 2, and data starting in row
3, identify in row 1 whether the column is an Actual or Forecast with
an "A" of "F" respectively.

Then in A3 put

=SUMIF($B$1:$M$1,"A",B3:M3)

and copy down column A.

HTH

__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
conditional formula Kari Excel Worksheet Functions 1 September 22nd 05 04:50 PM
Conditional Formatting formula not acceptable? Thief_ Excel Discussion (Misc queries) 4 July 19th 05 11:54 AM
Using a Formula in a Conditional Statement? Templee1 Excel Worksheet Functions 2 July 14th 05 08:40 PM
conditional formatting formula Jack Sons Excel Discussion (Misc queries) 6 April 5th 05 09:50 AM
Formula Dependant Conditional Formatting LDanix Excel Discussion (Misc queries) 1 January 13th 05 06:50 PM


All times are GMT +1. The time now is 06:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"