Gibbo_Steph
New Member
- Joined
- Oct 2, 2024
- Messages
- 3
- Office Version
- Prefer Not To Say
- Platform
- Windows
Hi!
I have a sheet where I am recording attendance - lets say it looks something like this
(however I have more columns between day and name)
Name is a drop down with a defined set of names. I want to be able to select a name and then it automatically inserts a new line that replicates the cells of the line above it with the exception of the drop down cell. for example something like :
Essentially multiple people might be in NYC on Monday, and multiple people might be in Miami on Tuesday. Because multiple people will be updating this sheet I am trying to have it so that all they have to do is select a name under the right event, then itll be ready for more entries without anyone else adding lines or generally touching anything haha
I am assuming this will be a macro but I am not familiar enough with coding within Excel to do it
TIA
I have a sheet where I am recording attendance - lets say it looks something like this
Place | Day | Name |
NYC | Monday | |
Miami | Tuesday |
(however I have more columns between day and name)
Name is a drop down with a defined set of names. I want to be able to select a name and then it automatically inserts a new line that replicates the cells of the line above it with the exception of the drop down cell. for example something like :
Place | Day | Name |
NYC | Monday | Cathy |
NYC | Monday | |
Miami | Tuesday | Bob |
Miami | Tuesday |
Essentially multiple people might be in NYC on Monday, and multiple people might be in Miami on Tuesday. Because multiple people will be updating this sheet I am trying to have it so that all they have to do is select a name under the right event, then itll be ready for more entries without anyone else adding lines or generally touching anything haha
I am assuming this will be a macro but I am not familiar enough with coding within Excel to do it
TIA