Hello, Happy Friday!
I'm trying to figure out a way to expedite my current workflow. I have a report that's generated into a word document. I manually input select pieces of data from this document into an excel template so that I can present to clients.
The word document looks something like this:
the information for 123 state street may be on Excel sheet 1, 123 park lane may be on sheet 3. However I may only need the color (Column B) or the price (Column A). The location on the excel spreadsheet is fixed so there's no change from each report/excel template.
I'm wondering if there's a way to get this data into an excel template, without having to manually input it. Whether it be an excel function i'm overlooking or having to create a macro for it.
I'm thinking I'd need to create a macro that searches the word document for "123 state street", if found -- it inputs "red" or "$1000" into the set location on the excel sheet. Would this even be possible?
Thanks in advance for your input!
I'm trying to figure out a way to expedite my current workflow. I have a report that's generated into a word document. I manually input select pieces of data from this document into an excel template so that I can present to clients.
The word document looks something like this:
the information for 123 state street may be on Excel sheet 1, 123 park lane may be on sheet 3. However I may only need the color (Column B) or the price (Column A). The location on the excel spreadsheet is fixed so there's no change from each report/excel template.
I'm wondering if there's a way to get this data into an excel template, without having to manually input it. Whether it be an excel function i'm overlooking or having to create a macro for it.
I'm thinking I'd need to create a macro that searches the word document for "123 state street", if found -- it inputs "red" or "$1000" into the set location on the excel sheet. Would this even be possible?
Thanks in advance for your input!