Thread
:
Indirect worksheet function
View Single Post
#
2
Posted to microsoft.public.excel.misc
Herbert Seidenberg
external usenet poster
Posts: 1,180
Indirect worksheet function
Make a list of all your sheets
and name the list FL.
=SUMPRODUCT(SUMIF(A1,A1,INDIRECT(FL&"!B"&A1)))
If the list can be generated by some
algorithm, further automation is possible.
Reply With Quote
Herbert Seidenberg
View Public Profile
Find all posts by Herbert Seidenberg