Reference a date in a non date column
Hi SS peeps,
I am trying to reference a date in a text column by using the date function but it's not working.
=SUMIFS({Employee 1}, {Employee Date of Sep}, >[Jan 5th]45, {Title}, {Lead Sider})
I've tried using
=SUMIFS({Employee 1}, {Employee Date of Sep}, >Date([Jan 5th]45), {Title}, {Lead Sider})
I'm basically wanting to drag the formula across the row and have the date reference update.
Thanks in advance!
Kyle
Best Answer
-
Hey @Kyle Keever
This formula will convert your text string into a usable format. Depending on your global region, you may need to use the semi-colon vs the comma I have shown.
=SUMIFS({Employee 1}, {Employee Date of Sep}, DATE(VALUE(LEFT([Jan 5th]@row, 4)), VALUE(MID([Jan 5th]@row, 6, 2)), VALUE(RIGHT([Jan 5th]@row, 2))), {Title}, {Lead Sider})
Will this work for you?
Kelly
Answers
-
Hey @Kyle Keever
This formula will convert your text string into a usable format. Depending on your global region, you may need to use the semi-colon vs the comma I have shown.
=SUMIFS({Employee 1}, {Employee Date of Sep}, DATE(VALUE(LEFT([Jan 5th]@row, 4)), VALUE(MID([Jan 5th]@row, 6, 2)), VALUE(RIGHT([Jan 5th]@row, 2))), {Title}, {Lead Sider})
Will this work for you?
Kelly
-
This works Kelly! Thank you so much!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!