Hi!
I am sure that there are better ways to solve my issue, but I am not proficient enough to come up with a solution myself, so i am throwing myself at your mercy :P
What I am trying to do is to get identically structured information from the same cells in multiple worksheets (up to 200) and and put them in one worksheet as a list for the purposes of comparing, filtering and sorting the information.
I am using =IF(ISBLANK(INDIRECT(A4&"!E3")),"",INDIRECT(A4&"!E3")) where the name of the sheet to get the information from is placed in the column A, and the cell to get the information from is placed in the text string.
Each row in the list gets information from a new worksheet.
Thanks for all help
I am sure that there are better ways to solve my issue, but I am not proficient enough to come up with a solution myself, so i am throwing myself at your mercy :P
What I am trying to do is to get identically structured information from the same cells in multiple worksheets (up to 200) and and put them in one worksheet as a list for the purposes of comparing, filtering and sorting the information.
I am using =IF(ISBLANK(INDIRECT(A4&"!E3")),"",INDIRECT(A4&"!E3")) where the name of the sheet to get the information from is placed in the column A, and the cell to get the information from is placed in the text string.
Each row in the list gets information from a new worksheet.
Thanks for all help