Hi all
I'm working on a way to automate a invoice checking which my colleague was doing manually. We get a PDF copy of the invoice which I now convert to Excel via Adobe. Unfortunately the output looks horrific so I'm trying to go through and extra certain bits of information, some I'm fine with however there are some I have no idea how to extra out, made worse by the variability of the cell contents. So for example I have a cell which contains the following text sting (data references changed for security but I've left the number of characters the same)
AAAAA 150 BBB 150 BBB CCCCC-DDD
So the AAAAA is not needed data, the first 150 BBB is the ordered amount and the second 150 BBB is the delivered amount. Some of the cells then end of with a product code (CCCCC-DDD in this case) but not always. I'm after the underlined number and I don't need any of the rest of the stuff in the cell. As the invoices can cover 100's of products manually extracting the data doesn't really fix my issue. Is there any way I can extract this specific bit of text from the middle of all of this please?
Thank you all in advance for your help.
I'm working on a way to automate a invoice checking which my colleague was doing manually. We get a PDF copy of the invoice which I now convert to Excel via Adobe. Unfortunately the output looks horrific so I'm trying to go through and extra certain bits of information, some I'm fine with however there are some I have no idea how to extra out, made worse by the variability of the cell contents. So for example I have a cell which contains the following text sting (data references changed for security but I've left the number of characters the same)
AAAAA 150 BBB 150 BBB CCCCC-DDD
So the AAAAA is not needed data, the first 150 BBB is the ordered amount and the second 150 BBB is the delivered amount. Some of the cells then end of with a product code (CCCCC-DDD in this case) but not always. I'm after the underlined number and I don't need any of the rest of the stuff in the cell. As the invoices can cover 100's of products manually extracting the data doesn't really fix my issue. Is there any way I can extract this specific bit of text from the middle of all of this please?
Thank you all in advance for your help.