I am trying to pull data from individual employee sheets in a workbook. I am trying to concatenate the sheets and match them to the employee name and input the data from the same 4 cells on their worksheet into a table on another worksheet. If I use the IF function I will have to do that formula each time the list changes so I am trying to automate that. I also need to do this for a date in four other cells.
I have tried
=CONCATENATE(associate,IF('Ringo Starr'!$B$21=4,"B",IF('Ringo Starr'!$D$21=4,"S",IF('Ringo Starr'!$F$21=4,"G",IF('Ringo Starr'!$H$21="P","")))))
Thanks for any help.
I have tried
=CONCATENATE(associate,IF('Ringo Starr'!$B$21=4,"B",IF('Ringo Starr'!$D$21=4,"S",IF('Ringo Starr'!$F$21=4,"G",IF('Ringo Starr'!$H$21="P","")))))
Thanks for any help.