Good morning
I am using a basic formula outside a linked table to identify how many times my name appears in a table in excel so I can pull information from each line.
the outcome would be "Gavin1, Gavin2" etc...
Is there anyway to do this within my table so it auto updates on a refresh? The table column is in "U", which is called "Owner", but I am having no luck updating this?
thanks in advance
Gavin
I am using a basic formula outside a linked table to identify how many times my name appears in a table in excel so I can pull information from each line.
Code:
=CONCATENATE(U3,COUNTIF($U$2:U3,U3))
the outcome would be "Gavin1, Gavin2" etc...
Is there anyway to do this within my table so it auto updates on a refresh? The table column is in "U", which is called "Owner", but I am having no luck updating this?
thanks in advance
Gavin