How to get address of an excel cell from which a formula is calling the data from? -
as seen , trying cell address of origin data, without duplicates. can done partially =address(index match)
. want c19
show value of b8
in above picture.
for name, use index aggregate providing position within adjusted duplicates countif.
if have have cell address, adjust same aggregate formula return actual row on worksheet don't use indirect achieve name.
'for name in c19 =index(a$5:a$12, aggregate(15, 6, row($1:$8)/(b$5:b$12=b19), countif(b$19:b19, b19))) 'for cell address in d19 =address(aggregate(15, 6, row($5:$12)/(b$5:b$12=b19), countif(b$19:b19, b19)), column(b:b), 4, 1)
fill down necessary.
Comments
Post a Comment