Hello,
I want to look up the number of contact tracings interviews a staff member can do for "today's date." The contact tracers enter the number of interviews they think they can complete into a sheet called Contact Tracer Projected Capacity.
The Contact Tracer Projected Capacity sheet includes the following columns: Contact Tracer (contact list; column 1); Date (date; column 2); Day of Week (text/number; column 3); and Projected Capacity (text/number; column 4).
I'm running the calculations in another sheet called Capacity vs. Assigned. I was able to get the equation for VLOOKUP to work (see below); however, I don't know how to make it so it pulls the Projected Capacity number from the Contact Tracer Projected Capacity sheet for "today's date" only.
Any help would be GREATLY appreciated. Thank you!
=VLOOKUP([Contact Tracer]@row, {Contact Tracer Projected Capacity Range 1}, 4, false)