CONCAT cell reference

colinheslop1984

Board Regular
Joined
Oct 14, 2016
Messages
129
Office Version
  1. 2016
Cells A-H in blue refer to workbook 'Dan Participants'.

Columns A and B are linked to an external data source. I have used the CONCAT function to merge the names together from cell A and B.

Cell H references the internal worksheet 'Vacancies', cells C and K coloured red.

The formula works as I want it to if I was to write the name, rather than using CONCAT. However there is a reason why I need to use CONCAT.

I need column H to count how many jobs have been sent (red C) to each individual using column K as a means of counting.

CONCAT was my attempted solution, but have found this doesn't work and need another solution that doesn't require changing the layout of data sources.

Hope this makes sense. I am using excel 2016. I am an intermediate user, anything involving VBA will go over my head.



A
B
C
H
C
K
First NameSurnameCONCAT functionJobs SentJob VacancyCandidate
7DaveYoungDave Young
=COUNTIFS(Vacancies!K:K,C7,Vacancies!I:I,">="&'Dan Participants'!B$2,Vacancies!I:I,"<="&'Dan Participants'!B$3)
Retail AssistantDave Young
Stacey Lloyd
8MarcSmithMarc SmithEngineering ApprenticeMarc Smith
Jacob Andrews
9StaceyLloydStacey LloydPainter & DecoratorMarc Smith
Jacob Andrews
10JacobAndrewsJacob AndrewsAdmin AssistantStacey Lloyd
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
I am using excel 2016

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

How about
Excel Formula:
=COUNTIFS(Vacancies!K:K,"*"&C7&"*",Vacancies!I:I,">="&B$2,Vacancies!I:I,"<="&B$3)
 
Upvote 0

Forum statistics

Threads
1,215,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top