wporterfield
New Member
- Joined
- Jan 12, 2005
- Messages
- 2
Basically I am trying to write a FOR loop that keeps moving down a column of letters. The letters stand for different categories that the dollar amount should be added to.
The Procedure should:
1. Look at the letter
2. If it matches the letter in the IF statement it should add the amount two columns to the left to a specific cell on a different sheet (The cell that is being added to will remain constant for that particular letter code.)
The cell being added to will be on a different sheet in the same book. However, if it's a lot of trouble to explain how to do that, we can just assume it will be on the same sheet for now.
3. Move down to the next row using the same columns.
4. Repeat the process
It seems like it would be simple... and I'm sure it's posted somewhere but I'm having a hard time finding it.
The Procedure should:
1. Look at the letter
2. If it matches the letter in the IF statement it should add the amount two columns to the left to a specific cell on a different sheet (The cell that is being added to will remain constant for that particular letter code.)
The cell being added to will be on a different sheet in the same book. However, if it's a lot of trouble to explain how to do that, we can just assume it will be on the same sheet for now.
3. Move down to the next row using the same columns.
4. Repeat the process
It seems like it would be simple... and I'm sure it's posted somewhere but I'm having a hard time finding it.