Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am creating an "input form" - a range of cells for drivers to enter
their daily routes and miles. The route is selected through a Data Validation in-cell drop down. The same route can be travelled more than once per day. A Command Button and macro will write this data into the appropriate worksheets. I would like to add all the miles for each route to make one entry. The way I see it, that means the macro must iterate all the rows and maybe use a Select Case to add all the miles up depending on the route selected. Is there an easier way, perhaps with a formula in the worksheet? Or maybe an event triggered when the route is selected from the Validation list? Ed |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
highlight rows for easier reading | Excel Discussion (Misc queries) | |||
Iterate Thru Cells | Excel Programming | |||
Can't iterate thru a row with For | Excel Programming | |||
Iterate through the values in a named range? | Excel Programming | |||
Iterate columns | Excel Programming |