What I am trying to do with little success is have a CELL Select the Correct Postage service for several conditions.
If A1 = “DPD” Then Display “DPD” But if A1 = “PPI LL” and C1<751 then display A1 but if C1>750 Display “PPI Packet” but if C1>1250 and B1 = “2nd Class” then display “Tracked Standard” but if B1 = “1st Class” Then Display “PPI Packet” but if B1 = “DPD” then display “DPD”
I have seen examples of separate criteria tables on other sheets which formulas use to calculate the data but I am not sure how to do that.
Basically I have 2 Carriers 1 with with several size and weight restrictions:
The customer can choose from “FREE 2nd Class Postage” or “1st Class Postage” or “DPD”. The problem comes with weights and packet sizes. At the moment we manually go through the orders and sort which are “PPI LL” or “PPI Packets” or DPD. I would like Excel to choose for me.
Just for reference PPI LL is our term for Royal Mail Large Letter and PPI Packets is for Royal Mail Packets.
We have the products set with a default postage method but the customer could choose different and/or the weight/size of parcel could provoke a change!
Hope this makes sense and somebody as far better than me on Excel
Thanks in advance
If A1 = “DPD” Then Display “DPD” But if A1 = “PPI LL” and C1<751 then display A1 but if C1>750 Display “PPI Packet” but if C1>1250 and B1 = “2nd Class” then display “Tracked Standard” but if B1 = “1st Class” Then Display “PPI Packet” but if B1 = “DPD” then display “DPD”
I have seen examples of separate criteria tables on other sheets which formulas use to calculate the data but I am not sure how to do that.
Basically I have 2 Carriers 1 with with several size and weight restrictions:
The customer can choose from “FREE 2nd Class Postage” or “1st Class Postage” or “DPD”. The problem comes with weights and packet sizes. At the moment we manually go through the orders and sort which are “PPI LL” or “PPI Packets” or DPD. I would like Excel to choose for me.
Just for reference PPI LL is our term for Royal Mail Large Letter and PPI Packets is for Royal Mail Packets.
We have the products set with a default postage method but the customer could choose different and/or the weight/size of parcel could provoke a change!
Hope this makes sense and somebody as far better than me on Excel
Thanks in advance