Monthly Automatic Updating

rebpiohr

New Member
Joined
Jul 29, 2011
Messages
2
Hi All -

I'd really appreciate some help with an excel I'm working on. I'm using excel 2007.

I want a column to update (add x amount) each time the month changes. Basically in 'column n' when the month changes from June to July, I'd like the value in 'column o' to increase by 2.08. And so on, every time the month changes.

Please let me know what formula or function I can use to make this happen.

Thanks lot!
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Hi

Providing you have a number to start with say in O1, then in O2 you could have;

Code:
=IF(N2<>N1,O1+2.08,O1)

That should work for you? :)
 
Upvote 0

Forum statistics

Threads
1,224,503
Messages
6,179,136
Members
452,890
Latest member
Nikhil Ramesh

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