Partial text search
Hi All!
I'm looking for a formula that does a partial text search, counting shift codes containing "AS." The column will appear as below, but I want the formula to only consider the AS.
It will need to be added to the formula below,
=COUNTIFS({USER ID}, [Team/ Colleague ID's]@row, {Period2}, [Period ]@row, {year2}, Year@row, {Assem%}, >=0.95, {STD}, >=0.84)
Is this possible? Any suggestions?
Best Answer
-
You would use something along the lines of:
=COUNTIFS({USER ID}, [Team/ Colleague ID's]@row, {Period2}, [Period ]@row, {year2}, Year@row, {Assem%}, >=0.95, {STD}, {Shift Code}, LEFT(@cell, 2) = "AS")
Answers
-
You would use something along the lines of:
=COUNTIFS({USER ID}, [Team/ Colleague ID's]@row, {Period2}, [Period ]@row, {year2}, Year@row, {Assem%}, >=0.95, {STD}, {Shift Code}, LEFT(@cell, 2) = "AS")
-
I hope you're well and safe!
Will the AS part always be the first two characters?
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
@Paul Newcome thank you! i will give that a try
@Andrée Starå Hi Andree!
Yes, AS will always be included. In other columns, it will be other variations of letters
-
Happy to help. 👍️
-
Morning @Paul Newcome I tried what you suggested, it came up as #unparseable
=COUNTIFS({USER ID}, [Team/ Colleague ID's]@row, {Period2}, [Period ]@row, {year2}, Year@row, {Assem%}, >=0.95, {STD}, >=0.84, {shift code},LEFT(@CELL,2) ="AS")
-
"@cell" should be all lower case.
-
@Paul Newcome such a simple mistake... it appears to be working now :) Thanks so much!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!