Four Fried Chickens
New Member
- Joined
- Sep 21, 2023
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Hi all,
I need help creating different formula strings that can return a sum from text cells that contain multiple different numbers. Not the best way to collect data, I know, but until our org develops skills in Microsoft Access this is a direction we're trying (need to make it easy for many users, put all the data in one spot, etc.).
Here's an example:
I've been working with SUM, LEFT, MID, LEN, RIGHT, FIND, SEQUENCE, and VALUE functions. I've gotten close, but I'm at the point where I need to ask for help.
Column E (# committed): Need to extract and sum all numbers preceding "/" (or after "Invited")
Column F (# invited): Need to extract and sum all numbers directly following "/" on the second line
Column G (# yes): Need to extract all numbers that directly precede the word "yes"
All numbers will be one digit 98% of the time. There's a chance there would occasionally be two digits - but if the solution can only be achieved by harvesting a single digit, that would be ok, we can manually add a 10 in those cases.
Thanks!
I need help creating different formula strings that can return a sum from text cells that contain multiple different numbers. Not the best way to collect data, I know, but until our org develops skills in Microsoft Access this is a direction we're trying (need to make it easy for many users, put all the data in one spot, etc.).
Here's an example:
Event | Johnny | Suzie | Billy | Sums: # committed to invite (need help) | Sums: # invited (need help) | Sums: # responded yes (need help) |
---|---|---|---|---|---|---|
Midnight Jamboree | Attending Invited 5/5 1 yes 2 no 2 unknown | Attending Invited 0/5 | Attending Invited 1/1 1 yes | |||
Monster Mash | Can't be there | Attending Invited 2/5 2 no | Attending Invited 3/7 2 yes 1 no | |||
Time Warp | Can't be there Invited 1/1 1 yes | Can't be there | Attending Invited 3/4 3 unknown |
I've been working with SUM, LEFT, MID, LEN, RIGHT, FIND, SEQUENCE, and VALUE functions. I've gotten close, but I'm at the point where I need to ask for help.
Column E (# committed): Need to extract and sum all numbers preceding "/" (or after "Invited")
Column F (# invited): Need to extract and sum all numbers directly following "/" on the second line
Column G (# yes): Need to extract all numbers that directly precede the word "yes"
All numbers will be one digit 98% of the time. There's a chance there would occasionally be two digits - but if the solution can only be achieved by harvesting a single digit, that would be ok, we can manually add a 10 in those cases.
Thanks!