If Date is current Quarter

Godders199

Active Member
Joined
Mar 2, 2017
Messages
313
Office Version
  1. 2013
Hello, I am looking for a formula where if the date in column B is in the current Quarter, Yes is put in column I .

Can someone give me an example of what i need to put in, have been googling but cant find what i want.

Thanks
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Create a list of dates and quarters Q1 Q2 Q3 Q4 when each quarter begins, put them in a spreadsheet somewhere.
Perform a INDEX-MATCH/VLOOKUP against todays date and the table youve just created so you can return the current quarter
Perform the same INDEX-MATCH/VLOOKUP against the column B date and the table to obtain B's quarter.
Compare the results.
 
Upvote 0
Just for fun......:)

This formula also works

=IF(MMULT(COUPNCD(IF({1,0},TODAY(),B2)-1,2958465,4,1),{1;-1}),"","Yes")
 
Upvote 0

Forum statistics

Threads
1,216,484
Messages
6,130,936
Members
449,608
Latest member
jacobmudombe

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