K
korros
I'm trying to figure out how to do the following
worksheet = base
A14 = forumla???
worksheet = single_heal
A2= Fred
O2 = 0
A2 = barney
O3 = 1
A4 = dave
O4 = 1
what I would like is a formula that will put barney in A14..
It kinda works with
=CONCATENATE(IF(single_heal!O2=1,single_heal!A2,""),IF(single_heal!O3=1,single_heal!A3,""),IF(single_heal!O4=1,single_heal!A4,""))
But with the above A14 = barney dave
I only want the first 1 to show .. iee A14 = Barney
ideas???
worksheet = base
A14 = forumla???
worksheet = single_heal
A2= Fred
O2 = 0
A2 = barney
O3 = 1
A4 = dave
O4 = 1
what I would like is a formula that will put barney in A14..
It kinda works with
=CONCATENATE(IF(single_heal!O2=1,single_heal!A2,""),IF(single_heal!O3=1,single_heal!A3,""),IF(single_heal!O4=1,single_heal!A4,""))
But with the above A14 = barney dave
I only want the first 1 to show .. iee A14 = Barney
ideas???