J
J.W. Aldridge
Formula works as is:
If sheet exist matching the name in A45, then look at K39 on that
sheet and return the value.
I need to ammend to say:
If sheet exist with matching the name in A45, then count the number of
times the name is listed in Column N (or range n2:n500) on that
sheet.
=IF(ISERROR(CELL("address",INDIRECT("'" & A45& "'!k$39")))," ",INDIRECT
("'" &A45& "'!k$39"))
If sheet exist matching the name in A45, then look at K39 on that
sheet and return the value.
I need to ammend to say:
If sheet exist with matching the name in A45, then count the number of
times the name is listed in Column N (or range n2:n500) on that
sheet.
=IF(ISERROR(CELL("address",INDIRECT("'" & A45& "'!k$39")))," ",INDIRECT
("'" &A45& "'!k$39"))