Hi there!
I have a workbook with multiple tabs with varying names.
I would like to sum the largest values contained in column A of each sheet on a separate sheet. I can use MAX and LARGE on each sheet, but have no idea how to sum all these MAX or LARGE values in a single formula or VBA and not using the repetitive Sheet1'large(A:A)+Sheet2'large(A:A)+Sheet3'large(A:A)... etc.
Hope someone can help me with a simple and quick solution!
Thanks!
Harry
I have a workbook with multiple tabs with varying names.
I would like to sum the largest values contained in column A of each sheet on a separate sheet. I can use MAX and LARGE on each sheet, but have no idea how to sum all these MAX or LARGE values in a single formula or VBA and not using the repetitive Sheet1'large(A:A)+Sheet2'large(A:A)+Sheet3'large(A:A)... etc.
Hope someone can help me with a simple and quick solution!
Thanks!
Harry