Need excel expert

kashif.special2005

Active Member
Joined
Oct 26, 2009
Messages
443
Hi,
My name is Kashif Khan,
I wanted to extract quarter start and end date from today’s date
Let me explain
Quarter Start Date Quarter End Date
10/01/2010 12/31/2010
01/01/2011 03/31/2011
04/01/2011 06/30/2011
07/01/2011 09/30/2011
Just imaging that today is <?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:date Month="2" Day="2" Year="2011">02/02/2011</st1:date> then the start date should be <st1:date Month="1" Day="1" Year="2011">01/01/2011</st1:date> and end date should be <st1:date Month="3" Day="31" Year="2011">03/31/2011</st1:date> like wise.
Please help.
Thanks & Regards,
Kashif Khan.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Use index & Match, the 1st one with 1 as the final argument to find the Starting Date and the 2nd one with 0, to return the End date based on the start date

Excel Workbook
BCD
7Quarter start DateQuarter End Date
801/10/201031/12/2010
901/01/201131/03/2011
1001/04/201130/06/2011
1101/07/201130/09/2011
12
13
14Lookup DateQuarter S DateEnd Date
1501/06/201101/04/201130/06/2011
Sheet1
Excel Workbook
D
1530/06/2011
Sheet1
 
Upvote 0

Forum statistics

Threads
1,224,617
Messages
6,179,914
Members
452,949
Latest member
beartooth91

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