Hello all,
I am trying to have excel show me the sheet name of a workbook based off two criteria. what i am trying to do is get the formula or VBA to show me the sheet names for everything with a date between 1/1/2014 -12/31/2014 and value is less than 2,500. All the sheets are formatted the same so the dates are all in column
G and the value is in column I of each sheet. so for instance if column G on "sheet 30" is 7/1/2014 and the value in column I is 1,000 it would show "sheet 30" as an end result( or something similar to that). i expected this to show multiple sheets and multiple times for some sheets(i.e. multiple items could meet the criteria in the same sheet). I am just not sure of the best way to achieve this. Please tell me if any more information would help as this is my first post. Thanks in advance to anyone hat can help.
I am trying to have excel show me the sheet name of a workbook based off two criteria. what i am trying to do is get the formula or VBA to show me the sheet names for everything with a date between 1/1/2014 -12/31/2014 and value is less than 2,500. All the sheets are formatted the same so the dates are all in column
G and the value is in column I of each sheet. so for instance if column G on "sheet 30" is 7/1/2014 and the value in column I is 1,000 it would show "sheet 30" as an end result( or something similar to that). i expected this to show multiple sheets and multiple times for some sheets(i.e. multiple items could meet the criteria in the same sheet). I am just not sure of the best way to achieve this. Please tell me if any more information would help as this is my first post. Thanks in advance to anyone hat can help.