How to identify the last thursday of any month

thisisrahul

Active Member
Joined
Sep 2, 2008
Messages
287
Hi,
is there a way in excel by which i can come to know about the last thursday of a month.
i am using excel 2007.


________
Rahul
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
set TO 1st of the follow month.
WHILE SUBTractIng 1 from the date, check the DAY function , I think 0 = Sunday so check for 4
 
Upvote 0
Hi,
is there a way in excel by which i can come to know about the last thursday of a month.
i am using excel 2007.

See:

http://www.mrexcel.com/forum/showthread.php?t=455805

If any trouble with that, a long-hand expensive solution would be:
Rich (BB code):
=LOOKUP(9.99999999999999E+307,
   1/(TEXT(ROW(INDIRECT(A1-DAY(A1)+1&":"&EOMONTH(A1,0))),"ddd")="thu"),
   ROW(INDIRECT(A1-DAY(A1)+1&":"&EOMONTH(A1,0))))
 
Upvote 0
thanks all,
i want to capture the same data for thursday, though i tried some permutation - combation but all in vain.

can you help me with this ?
 
Upvote 0
thanks all,
i want to capture the same data for thursday, though i tried some permutation - combation but all in vain.

can you help me with this ?

How do yu mean? Did you also try the longer version? Note that you need to have an input date in A1 for the formula to work...
 
Upvote 0

Forum statistics

Threads
1,224,608
Messages
6,179,872
Members
452,949
Latest member
Dupuhini

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