Sorry guys, new to Excel and it was hard to make this formula. It is Literally the extent of my knowledge at this point to have even gotten it to work.
This formula takes a cell and looks for the persons name in a specific column on a sheet. If the name is found it returns the text in cell B1 of that sheet. I repeat the formula after an "&" Symbol to Check another sheet (Job) in the same way and return THAT text in its B1 Cell after the returned text from the first sheet. so the formula will return multiple job names separated by a space and comma if the worker is doing multiple jobs.
My issue Is I will have a min of 21 pages to check for the name, and that will be a huge formula that I will have to edit the sheet name, and column to search for different types of workers.
Here is the formula.
=IF(COUNTIF('Job Name Here'!$B$3:$B$15,'Labor Pool'!A2)>0,'Job Name Here'!$B$1&", ","AVAILABLE")&IF(COUNTIF('Job Name Here (2)'!$B$3:$B$15,'Labor Pool'!A2)>0,'Job Name Here (2)'!$B$1&", ","AVAILABLE")
If there is an easy way to make this a macro (sub) that would be easy to add to that would be awesome
If I over complicated what I'm trying to do, then an easier way would be much appreciated.
This formula takes a cell and looks for the persons name in a specific column on a sheet. If the name is found it returns the text in cell B1 of that sheet. I repeat the formula after an "&" Symbol to Check another sheet (Job) in the same way and return THAT text in its B1 Cell after the returned text from the first sheet. so the formula will return multiple job names separated by a space and comma if the worker is doing multiple jobs.
My issue Is I will have a min of 21 pages to check for the name, and that will be a huge formula that I will have to edit the sheet name, and column to search for different types of workers.
Here is the formula.
=IF(COUNTIF('Job Name Here'!$B$3:$B$15,'Labor Pool'!A2)>0,'Job Name Here'!$B$1&", ","AVAILABLE")&IF(COUNTIF('Job Name Here (2)'!$B$3:$B$15,'Labor Pool'!A2)>0,'Job Name Here (2)'!$B$1&", ","AVAILABLE")
If there is an easy way to make this a macro (sub) that would be easy to add to that would be awesome
If I over complicated what I'm trying to do, then an easier way would be much appreciated.