szakharov7723
Board Regular
- Joined
- Jun 22, 2018
- Messages
- 85
- Office Version
- 2019
- Platform
- Windows
So far I know how to extract certain words and potentially even match it into phrases without using VBA, but it is very crippled.
But is it possible to teach/have VBA recognize the phrases out of text.
Example: we need to recognize when paper was not in stock
I went to store and did not find paper in stock
I went to store: paper was out of stock
I went to store and no paper in stock
No paper found in stock. I had to go to another store.
As you see we cannot just rely on finding "paper not in stock". And there are hundreds and thousands more records, that have nothing to do with paper not being stock, but can also have something else not in stock, or have paper but being used or obtained.
You can assume some other data like: only certain stocks have a paper, thus other stocks cannot have this phrases. But don't narrow it down to being very specific, as we still need to have VBA be able to recognize the phrase out of context.
Is there any other way to teach VBA recognize times when there is no paper in stock ?
Thank you
But is it possible to teach/have VBA recognize the phrases out of text.
Example: we need to recognize when paper was not in stock
I went to store and did not find paper in stock
I went to store: paper was out of stock
I went to store and no paper in stock
No paper found in stock. I had to go to another store.
As you see we cannot just rely on finding "paper not in stock". And there are hundreds and thousands more records, that have nothing to do with paper not being stock, but can also have something else not in stock, or have paper but being used or obtained.
You can assume some other data like: only certain stocks have a paper, thus other stocks cannot have this phrases. But don't narrow it down to being very specific, as we still need to have VBA be able to recognize the phrase out of context.
Is there any other way to teach VBA recognize times when there is no paper in stock ?
Thank you