I have two workbooks: A & B
In workbook A worksheet 1, cell A1 has a date. I input it as: mm/dd/yyyy, but it visually shows as: Month Year.
Example: Inputting 04/01/2019 will visually show as: April 2019.
In workbook B, I have multiple worksheets. Each sheet is labeled after a Month and Year
Example: April 2019
I need a formula in Workbook A that will go to workbook B, the correct sheet in workbook b based upon the month and year from the date of workbook A sheet 1 cell A1, and return a value from a specified cell within that worksheet in workbook B.
I know I can use INDIRECT. I have used it for more simpler things, so I would need to goof around with it to get it to work in this case. But my concern is that I would need to have both workbooks open for INDIRECT to work, otherwise I get a #REF error.
I don't want to have to have workbook B open.
Is there a way I can do it without the need to open workbook B? I guess, can I do it without using INDIRECT?
-Spydey
In workbook A worksheet 1, cell A1 has a date. I input it as: mm/dd/yyyy, but it visually shows as: Month Year.
Example: Inputting 04/01/2019 will visually show as: April 2019.
In workbook B, I have multiple worksheets. Each sheet is labeled after a Month and Year
Example: April 2019
I need a formula in Workbook A that will go to workbook B, the correct sheet in workbook b based upon the month and year from the date of workbook A sheet 1 cell A1, and return a value from a specified cell within that worksheet in workbook B.
I know I can use INDIRECT. I have used it for more simpler things, so I would need to goof around with it to get it to work in this case. But my concern is that I would need to have both workbooks open for INDIRECT to work, otherwise I get a #REF error.
I don't want to have to have workbook B open.
Is there a way I can do it without the need to open workbook B? I guess, can I do it without using INDIRECT?
-Spydey
Last edited: