Help Please - a simple question i believe!

Muskins

New Member
Joined
Jul 13, 2019
Messages
2
A bit of help for a 'novice' please - I am preparing a workbook that will track financials acrsoss 18 months for multiple workstreams. Currently only a couple of months have actuals the rest are still forecasts.
Please see below...
JunJulAugSepOctNovDecTotal
ActActF'castF'castF'castF'castF'castF'Cast

<colgroup><col><col><col span="6"></colgroup><tbody>
</tbody>

<colgroup><col><col><col span="6"></colgroup><tbody>
</tbody>


So when adding the August actuals i would like to update a cell in an 'input sheet' with the lastest month and would like this to change the column titles from forecast to actual - referencing and driven by the cell in the input sheet I will have just updated.

Is there a simple formula or function that will do this please?
Thanks in advance,
Jeremy
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
In your displayed Summary if your "Act" cell under Jun is the cell address is A2 -- what is in this cell? A value or a Formula
Same question as to the first F'cast under Aug - cell reference C2 - what does this cell contain? A value or a formula
Show for each, please.
 
Upvote 0
Hi Jim.
Thanks for your prompt response!

Currently the cells in row 2 are text ie "Act", but I was hoping to change from "F'cast" to "Act" by using a formula or function. This change would be triggered by updating the reference cell in my input sheet.

So when I come to add August actuals I change my reference cell in the input tab to Aug and that will drive the change in each of the workstream sheets. I hope that is clear?

thanks in advance
Jeremy
 
Upvote 0
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]


Excel 2010
ABCDEFGH
1JunJulAugSepOctNovDecTotal
2ACTACTFcastFcastFcastFcastFcastFcast
Sheet1
Cell Formulas
RangeFormula
A2=IF(ISNUMBER(Sheet2!A2),"ACT","Fcast")
[/FONT]


Hi Jim.
Thanks for your prompt response!

Currently the cells in row 2 are text ie "Act", but I was hoping to change from "F'cast" to "Act" by using a formula or function. This change would be triggered by updating the reference cell in my input sheet.

So when I come to add August actuals I change my reference cell in the input tab to Aug and that will drive the change in each of the workstream sheets. I hope that is clear?

thanks in advance
Jeremy
 
Upvote 0
My post went out prematurly. What I was tryig to establish was If in uour Input Sheet you have a numeric in the August Column, row 2
then on your summary sheet row 2 would change from Fcast to Act...
 
Upvote 0

Forum statistics

Threads
1,214,938
Messages
6,122,346
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top