lostballtallweeds
New Member
- Joined
- Sep 26, 2017
- Messages
- 3
My spreadsheet is set up this way, with 50+ rows following the same pattern.
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID#[/TD]
[TD]TEAM[/TD]
[TD]TEAMLEADER[/TD]
[TD]TEAMMEMBER[/TD]
[TD]PHONE#[/TD]
[TD]COMMENT[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]BLUE[/TD]
[TD]HAROLD[/TD]
[TD]MARTHA[/TD]
[TD]555-5555[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]RED[/TD]
[TD]BILL[/TD]
[TD]TONY[/TD]
[TD]555-5556[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]GREEN[/TD]
[TD]HAROLD[/TD]
[TD]CYNTHIA[/TD]
[TD]555-5557[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to set up several Macros and corresponding buttons to insert a text string in the "Comment" column. For example, I want a button to insert
"No. Harold" in the "Comment" column in each row where Harold is the TeamLeader. I also want a button that will enter "Yes. Harold" in each row where Harold is the TeamLeader. I would like the same macros for Bill.
If possible, i'd also like macros that insert different text strings based upon the "Team" text.
The comment column won't be populated simultaneously or I think I could find a work-around.
Is there any good way to do this? I think if i could get one macro set up, I could adapt it to any criteria.
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID#[/TD]
[TD]TEAM[/TD]
[TD]TEAMLEADER[/TD]
[TD]TEAMMEMBER[/TD]
[TD]PHONE#[/TD]
[TD]COMMENT[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]BLUE[/TD]
[TD]HAROLD[/TD]
[TD]MARTHA[/TD]
[TD]555-5555[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]RED[/TD]
[TD]BILL[/TD]
[TD]TONY[/TD]
[TD]555-5556[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]GREEN[/TD]
[TD]HAROLD[/TD]
[TD]CYNTHIA[/TD]
[TD]555-5557[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to set up several Macros and corresponding buttons to insert a text string in the "Comment" column. For example, I want a button to insert
"No. Harold" in the "Comment" column in each row where Harold is the TeamLeader. I also want a button that will enter "Yes. Harold" in each row where Harold is the TeamLeader. I would like the same macros for Bill.
If possible, i'd also like macros that insert different text strings based upon the "Team" text.
The comment column won't be populated simultaneously or I think I could find a work-around.
Is there any good way to do this? I think if i could get one macro set up, I could adapt it to any criteria.