computerdud
New Member
- Joined
- Jul 21, 2016
- Messages
- 2
Hi there, this has been driving me crazy. I receive raw data and I'm trying to sort it for inventory purposes; the cell looks like this:
[TABLE="width: 606"]
<colgroup><col></colgroup><tbody>[TR]
[TD]08/24 Shifts: 08am-11am (30 projected)
[/TD]
[/TR]
</tbody>[/TABLE]
I am looking to extract the number after the parenthesis and it's been giving me issues. In this case I would need the number 30. I do not need dates or shift times. Other cases:
[TABLE="width: 606"]
<colgroup><col></colgroup><tbody>[TR]
[TD]07/18 Shifts: 05am-4pm (60-74 projected) [/TD]
[/TR]
</tbody>[/TABLE]
I could go with the range OR just the higher number. Any suggestions?
[TABLE="width: 606"]
<colgroup><col></colgroup><tbody>[TR]
[TD]08/24 Shifts: 08am-11am (30 projected)
[/TD]
[/TR]
</tbody>[/TABLE]
I am looking to extract the number after the parenthesis and it's been giving me issues. In this case I would need the number 30. I do not need dates or shift times. Other cases:
[TABLE="width: 606"]
<colgroup><col></colgroup><tbody>[TR]
[TD]07/18 Shifts: 05am-4pm (60-74 projected) [/TD]
[/TR]
</tbody>[/TABLE]
I could go with the range OR just the higher number. Any suggestions?