Hey everyone,
I have a master list that I'd like to create a list of jobs from on a separate worksheet depending on a couple criteria. Here's the logic I'm looking for:
IF "Job Log" (sheet name) Column S (current operation) is equal to the selected criteria on "Scheduled Capacity Graph" (sheet name) cell $B$1
AND
IF "Job Log" (sheet name) Column F (suggested start week) is equal to the date on "Scheduled Capacity Graph" (sheet name) cell $B$3 (start week date)
THEN
Copy entire qualifying row and paste to a separate worksheet named "List from Sch Cap Graph"
LOOP until all qualifying rows have been pasted to the new sheet
Any help with this would be greatly appreciated! Thanks!
I have a master list that I'd like to create a list of jobs from on a separate worksheet depending on a couple criteria. Here's the logic I'm looking for:
IF "Job Log" (sheet name) Column S (current operation) is equal to the selected criteria on "Scheduled Capacity Graph" (sheet name) cell $B$1
AND
IF "Job Log" (sheet name) Column F (suggested start week) is equal to the date on "Scheduled Capacity Graph" (sheet name) cell $B$3 (start week date)
THEN
Copy entire qualifying row and paste to a separate worksheet named "List from Sch Cap Graph"
LOOP until all qualifying rows have been pasted to the new sheet
Any help with this would be greatly appreciated! Thanks!