I have a var filled with 20100405 is possible to check if the datae is really a monday?
Tks.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Control if date is really a Monday
Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Control if date is really a Monday
- This topic has 5 replies, 3 voices, and was last updated 15 years, 1 month ago.
AuthorTopicViewing 2 reply threadsAuthorReplies-
WSAndrewKKWalker
AskWoody LoungerApril 19, 2010 at 6:22 am #1219299I am sure there are several solutions to this
Here is a sub with an example
You could make it into a Function and pass the Date
Code:Sub CheckDate() Dim varDate, varRealDate, strDay As String varDate = "20100405" varRealDate = DateSerial(Left(varDate, 4), Mid(varDate, 5, 2), Right(varDate, 2)) strDay = Format(varRealDate, "ddd") 'You may need to change this to use the Local Language equivalent of Monday If strDay = "Mon" Then MsgBox "Monday" Else MsgBox "Not a Monday " & strDay End If End Sub
OR as a Function that returns True or False
Code:Function CheckMonday(varDate) As Boolean Dim varRealDate, strDay As String Application.Volatile varRealDate = DateSerial(Left(varDate, 4), Mid(varDate, 5, 2), Right(varDate, 2)) strDay = Format(varRealDate, "ddd") 'You may need to change this to use the Local Language equivalent of Monday If strDay = "Mon" Then CheckMonday = True Else CheckMonday = False End If End Function
-
WSsal21
AskWoody LoungerApril 19, 2010 at 6:25 am #1219300I am sure there are several solutions to this
Here is a sub with an example
You could make it into a Function and pass the Date
Code:Sub CheckDate() Dim varDate, varRealDate, strDay As String varDate = "20100405" varRealDate = DateSerial(Left(varDate, 4), Mid(varDate, 5, 2), Right(varDate, 2)) strDay = Format(varRealDate, "ddd") 'You may need to change this to use the Local Language equivalent of Monday If strDay = "Mon" Then MsgBox "Monday" Else MsgBox "Not a Monday " & strDay End If End Sub
OR as a Function that returns True or False
Code:Function CheckMonday(varDate) As Boolean Dim varRealDate, strDay As String Application.Volatile varRealDate = DateSerial(Left(varDate, 4), Mid(varDate, 5, 2), Right(varDate, 2)) strDay = Format(varRealDate, "ddd") 'You may need to change this to use the Local Language equivalent of Monday If strDay = "Mon" Then CheckMonday = True Else CheckMonday = False End If End Function
work perfect!
sorry but how to calculate datediff in days between 20100405 and 20100409 …in this case is 5
Tks.
-
-
WSAndrewKKWalker
AskWoody LoungerApril 19, 2010 at 6:42 am #1219301Could try this
Function top and then just an example of using it in a sub below
Note it also works on a sheet as a function
Code:Function FindDateDiffDays(varStart, varEnd) As Long Dim lngDiff As Long, dteStart As Date, dteEnd As Date 'NOTE there is NO error trapping in this Application.Volatile dteStart = DateSerial(Left(varStart, 4), Mid(varStart, 5, 2), Right(varStart, 2)) dteEnd = DateSerial(Left(varEnd, 4), Mid(varEnd, 5, 2), Right(varEnd, 2)) lngDiff = (dteEnd - dteStart) + 1 FindDateDiffDays = lngDiff End Function Sub ExampleDD() Dim varStart, varEnd, lngDays As Long varStart = 20100405 varEnd = 20100409 lngDays = FindDateDiffDays(varStart, varEnd) MsgBox "Difference is.... " & lngDays End Sub
-
WSsal21
AskWoody LoungerApril 19, 2010 at 7:18 am #1219308Could try this
Function top and then just an example of using it in a sub below
Note it also works on a sheet as a function
Code:Function FindDateDiffDays(varStart, varEnd) As Long Dim lngDiff As Long, dteStart As Date, dteEnd As Date 'NOTE there is NO error trapping in this Application.Volatile dteStart = DateSerial(Left(varStart, 4), Mid(varStart, 5, 2), Right(varStart, 2)) dteEnd = DateSerial(Left(varEnd, 4), Mid(varEnd, 5, 2), Right(varEnd, 2)) lngDiff = (dteEnd - dteStart) + 1 FindDateDiffDays = lngDiff End Function Sub ExampleDD() Dim varStart, varEnd, lngDays As Long varStart = 20100405 varEnd = 20100409 lngDays = FindDateDiffDays(varStart, varEnd) MsgBox "Difference is.... " & lngDays End Sub
NATURALLY WORK!
Tks.
-
-
RetiredGeek
AskWoody_MVPApril 19, 2010 at 8:35 pm #1219417Another option w/o VBA:
Paste: =WEEKDAY(DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2)))=2
into a NAME called isMonday see screen capture below
Then use formula =isMonday (will return True or False)Assumptions:
1. Formula (=isMonday) is in cell immediately to the right of the one holding the date string in yyyymmdd format.Note: screen capture below shows formulas B1 the inline test, B2 Named formula in use. Both return True when Monday.
RG
Viewing 2 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Windows 11 Insider Preview build 27863 released to Canary
by
joep517
10 hours, 55 minutes ago -
Windows 11 Insider Preview build 26120.4161 (24H2) released to BETA
by
joep517
10 hours, 57 minutes ago -
AI model turns to blackmail when engineers try to take it offline
by
Cybertooth
3 hours, 40 minutes ago -
Migrate off MS365 to Apple Products
by
dmt_3904
7 hours, 6 minutes ago -
Login screen icon
by
CWBillow
2 hours, 21 minutes ago -
AI coming to everything
by
Susan Bradley
11 hours, 6 minutes ago -
Mozilla : Pocket shuts down July 8, 2025, Fakespot shuts down on July 1, 2025
by
Alex5723
1 day, 2 hours ago -
No Screen TurnOff???
by
CWBillow
1 day, 2 hours ago -
Identify a dynamic range to then be used in another formula
by
BigDaddy07
1 day, 3 hours ago -
InfoStealer Malware Data Breach Exposed 184 Million Logins and Passwords
by
Alex5723
1 day, 15 hours ago -
How well does your browser block trackers?
by
n0ads
1 day, 1 hour ago -
You can’t handle me
by
Susan Bradley
1 hour, 22 minutes ago -
Chrome Can Now Change Your Weak Passwords for You
by
Alex5723
18 hours, 1 minute ago -
Microsoft: Over 394,000 Windows PCs infected by Lumma malware, affects Chrome..
by
Alex5723
2 days, 2 hours ago -
Signal vs Microsoft’s Recall ; By Default, Signal Doesn’t Recall
by
Alex5723
1 day, 5 hours ago -
Internet Archive : This is where all of The Internet is stored
by
Alex5723
2 days, 2 hours ago -
iPhone 7 Plus and the iPhone 8 on Vantage list
by
Alex5723
2 days, 2 hours ago -
Lumma malware takedown
by
EyesOnWindows
1 day, 15 hours ago -
“kill switches” found in Chinese made power inverters
by
Alex5723
2 days, 11 hours ago -
Windows 11 – InControl vs pausing Windows updates
by
Kathy Stevens
2 days, 11 hours ago -
Meet Gemini in Chrome
by
Alex5723
2 days, 15 hours ago -
DuckDuckGo’s Duck.ai added GPT-4o mini
by
Alex5723
2 days, 15 hours ago -
Trump signs Take It Down Act
by
Alex5723
2 days, 23 hours ago -
Do you have a maintenance window?
by
Susan Bradley
1 day, 4 hours ago -
Freshly discovered bug in OpenPGP.js undermines whole point of encrypted comms
by
Nibbled To Death By Ducks
2 days, 2 hours ago -
Cox Communications and Charter Communications to merge
by
not so anon
3 days, 3 hours ago -
Help with WD usb driver on Windows 11
by
Tex265
14 hours, 22 minutes ago -
hibernate activation
by
e_belmont
3 days, 12 hours ago -
Red Hat Enterprise Linux 10 with AI assistant
by
Alex5723
3 days, 15 hours ago -
Windows 11 Insider Preview build 26200.5603 released to DEV
by
joep517
3 days, 19 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.