Hi everyone,
Can someone help me out, I need something like a today formula that excludes weekends so when monday comes it will automatically just give me Friday, then on Tuesday it gives me Monday etc
Thanks!
Hi everyone,
Can someone help me out, I need something like a today formula that excludes weekends so when monday comes it will automatically just give me Friday, then on Tuesday it gives me Monday etc
Thanks!
Will you please attach a SMALL sample Excel workbook (10-20 rows of data is usually enough)? Please don't attach a picture of one (no-one will want to re-type all your stuff before starting).
1. Make sure that your sample data are truly REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.
2. Make sure that your desired solution is also shown (mock up the results manually).
3. Make sure that all confidential information is removed first!!
4. Try to avoid using merged cells. They cause lots of problems!
Unfortunately the attachment icon doesn't work at the moment. So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
Hi, Noah101. See if this can work for you:
=IF(AND(WEEKDAY(TODAY())>1,WEEKDAY(TODAY())<7),TODAY()-1,TODAY()-3)
Thank you yacosta! Unfortunately that one did not work but I figured it out
It's =WORKDAY(TODAY(),-1)
Ok, cool. Thanks for the update![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks