Need to identify which rows contain a date in format Jan-59

HowdeeDoodee

Well-known Member
Joined
Nov 15, 2004
Messages
599
I have in col A, hyperlinks, words in text, and dates in the format Jan-59. Not all dates equal Jan-59.

I need to identify which rows in col A contain dates so I can copy and move the dates to column C as I delete dates out of col A.

Thank you in advance for any replies.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Solved Re: Need to identify which rows contain a date in format Jan-59

=IF(ISNUMBER(DAY(A1)),"date","")
 
Last edited:
Upvote 0
Re: Solved Re: Need to identify which rows contain a date in format Jan-59

=IF(ISNUMBER(DAY(A1)),"date","")

If col A contains only valid dates, hyperlinks and text entries then any number is a date:

=IF(ISNUMBER(A1),"Date","")
 
Upvote 0
Re: Solved Re: Need to identify which rows contain a date in format Jan-59

Thank you JoeMo for the clarification.
 
Upvote 0

Forum statistics

Threads
1,215,450
Messages
6,124,912
Members
449,195
Latest member
Stevenciu

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