How to get address of an excel cell from which a formula is calling the data from? -


as seen here, 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.

    aggregate_first_second_grade


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -