R
RichC
I'm trying to get this to work, and I'm wondering if an If statement is
the most efficent way. Anyway.
In one row, I have various numbers corresponding to weeks, week #1,
week #2, week #3, etc. In a row right below that, I have a number
corresponding to shipment quantity.
City City 2 City 3
More Cities...
Arrival Week 1 3 1
Shipment Quantity 500 400 300
I'd like to see how many total arrivals I'll have in a certain week.
Week 1 should return 800 (500+300). Week 2 should return 400. Any
help would be greatly appreciated.
the most efficent way. Anyway.
In one row, I have various numbers corresponding to weeks, week #1,
week #2, week #3, etc. In a row right below that, I have a number
corresponding to shipment quantity.
City City 2 City 3
More Cities...
Arrival Week 1 3 1
Shipment Quantity 500 400 300
I'd like to see how many total arrivals I'll have in a certain week.
Week 1 should return 800 (500+300). Week 2 should return 400. Any
help would be greatly appreciated.