How do I accomplish this?

G

Guest

Column A-G: Each column represents a day of the week. Each cell would
represent a scheduling spot, say 1-12= 12 spots
Column H blank
Column I = Names of employees
Column J-P = each day of the week
As an employee is placed in a spot in columns A-G, I would like an X to
apear next to the employees name for each day scheduled.

Example: If employee in row 1 is scheduled for day A,B,C, an "x" would apear
column J,K,L on the row as the employees name
 
B

Bob Phillips

What designates a scheduling spot?

All you need is in J1 to add

=IF(A1="spot","x","")

and copy across and down

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top