![]() |
How do I accomplish this?
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 |
How do I accomplish this?
In J1: =IF(NOT(ISBLANK(A1)),"x","")
Fill to the right and down as needed. Dave -- Brevity is the soul of wit. "scheduler" wrote: 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 |
How do I accomplish this?
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) "scheduler" wrote in message ... 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 |
All times are GMT +1. The time now is 10:16 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com