So, there is an Excel form used around the office to track orders that we send out to different places, witht he total at the end. No problem so far, I know. The only issue, in our total we want our shipping costs included (We have 3 levels - Free, 10, and 15) and will remain constant for set clients. For example, We have 3 clients we offer free shipping to, another few that get the discounted rate of 10, and everyone else at 15. When I type in the column where the order was shipped to, is there a way of automatically having it identify a property with their shipping expense? Currently in the Total Box it looks something like this:
=SUM(F1:F95)+((20*0)+(25*10)+(50*15))
Each time a new entry is added, the person adding in the line scrolls to the bottom, and manually ups one of the numbers.
I'm thinking it could be as easy and nesting IF Statements, but if anyone has suggestions, I'd love to hear them.
=SUM(F1:F95)+((20*0)+(25*10)+(50*15))
Each time a new entry is added, the person adding in the line scrolls to the bottom, and manually ups one of the numbers.
I'm thinking it could be as easy and nesting IF Statements, but if anyone has suggestions, I'd love to hear them.