View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Hitchhiker42 Hitchhiker42 is offline
external usenet poster
 
Posts: 3
Default Last business day

Thanks so much! I need to learn to do these secret voodoo formulas myself ^_^
If I were to do the holidays thing where would I create that list?

"John C" wrote:

Are you just looking for a formula?
If so, then
=WORKDAY(TODAY(),-1)
You could even modify it for holidays, if you have a list of holidays
somewhere like so:
=WORKDAY(TODAY(),-1,holidays)
--
** John C **

"Hitchhiker42" wrote:

Is there a function that can automatically insert the last business day? I
have one set up so that it does the previous day, but I have to change it
every monday so that it's last fridays date instead of sunday's. is there a
way to make that automatic?