Formula based on Quarter

jfeagle

New Member
Joined
Oct 16, 2019
Messages
7
Hi there,

I've racked my brain, and exhausted google searches so hoping someone can help me. I have a bunch of data in a spreadsheet that I do not want to manually update when the quarter turns over. So I'm wondering if there is a way to do a conditional formula (and I know there has to be) where it can look at the current date and adjust the formula based off it.

So basically what I have is 25 locations who have sent me in quarterly targets for a number of metrics, so now that we're in the second quarter of the year I need the formula to update so it adds the first and second quarter numbers and tell me how they are doing compared to actual. It will then need to update to the 3rd and 4th quarters once we reach those dates as well.

I'd appreciate any help on how to achieve this without it being a manual process.

Thanks so much,
JF
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Assuming your year starting in January, this is a basic formula for determining which quarter you are in:
=-INT(-MONTH(TODAY())/3)

However, for us to try and adjust your formula you might want to post your formula.
 
Upvote 0

Forum statistics

Threads
1,214,593
Messages
6,120,435
Members
448,962
Latest member
Fenes

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