dennypag02
New Member
- Joined
- Jul 11, 2005
- Messages
- 2
Hi Everyone,
I'm having a hard time getting a loop to work. Basically I need to iterate over the entire population of students in column A and start a loop when a cell says "TestLoop". Within the TestLoop, I want to count the number of times "In" or "Out" occurs and exit after 3 "Outs" occurs. Any assistance would be greatly appreciated.
Column A Column B Column C Column D Column E
Matt In
Abby Out TestLoop
Lebron Out 1
Matt Out 2
Lebron In 1
Abby Out 3
Matt Out
Lebron In TestLoop
Matt Out 1
Jim Out 2
Lebron In 1
I'm having a hard time getting a loop to work. Basically I need to iterate over the entire population of students in column A and start a loop when a cell says "TestLoop". Within the TestLoop, I want to count the number of times "In" or "Out" occurs and exit after 3 "Outs" occurs. Any assistance would be greatly appreciated.
Column A Column B Column C Column D Column E
Matt In
Abby Out TestLoop
Lebron Out 1
Matt Out 2
Lebron In 1
Abby Out 3
Matt Out
Lebron In TestLoop
Matt Out 1
Jim Out 2
Lebron In 1