Hi,
Currently i have a lookup that detects a tab name. However the tab names naming convention is First Name Surname Week 1 or First Name Surname Week 2
I just want to have the first name and surname and leave off the Week 2 part.
This is the current formula that i use
=IF(D2=0, "",INDIRECT("Controls!A" & H2))
What do i need to place in this for it to get the required result? I presume its Trim of some sort?
thanks
Currently i have a lookup that detects a tab name. However the tab names naming convention is First Name Surname Week 1 or First Name Surname Week 2
I just want to have the first name and surname and leave off the Week 2 part.
This is the current formula that i use
=IF(D2=0, "",INDIRECT("Controls!A" & H2))
What do i need to place in this for it to get the required result? I presume its Trim of some sort?
thanks