![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Microsoft Office support MS Office support forum |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jan 2009
Posts: 5
OS: XP
|
Hi there,
I have a quick question regarding comparing Time and Date using Macro in Excel. Suppose I have a column A in Sheet 1 that contains information of some day and some time.. example might be 4/5/2007 10:41 (but it actually is 4/5/2007 10:41:11 AM) 5/8/2008 18:22 7/7/2009 02:31 If I want to write a macro such that I want to only compare dates... as in If any of the cell has today's date - I want to copy and paste it in a new sheet. I've figured out how to copy and paste to a new sheet if there is a match - but the problem is I can't figure out how to only compare date with today's date (since each cell has date AND time in it...) Any ideas on how I can work around this problem?? any help would be much appreciated! Thanks in advance! =) -styl3zkp |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Tech, Microsoft Support
Join Date: Dec 2008
Location: Chicagoland
Posts: 1,193
OS: Windows XP SP3
|
Re: Time and Date comparison using Macro (Excel)
Compare all three of day(), month() and year() to get a match rather than matching on the entire contents of the cell. So, it would be if and(day(A1) = day(today()), month(A1) = month(today()), year(A1) = year(today())). Check the parentheses and change the cell references as appropriate.
__________________
Balaji Ramanathan Computers - You can't live with them, you can't live without them!
|
|
|
|
![]() |
| Thread Tools | |
|
|