Help!

Make a postage calculator

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> New Users RSS
Next:  Median formula  
Author Message
Littlefeather
External


Since: Nov 03, 2009
Posts: 1



PostPosted: Tue Nov 03, 2009 6:07 am    Post subject: Make a postage calculator
Archived from groups: microsoft>public>excel>newusers (more info?)

I want to create a form for a web page. When customers place a 4 digit number
in a box - the adjoing box will give them a response based on their input.
Example: Customer enters (first box either or choice) 1 or 2 items.
second box - post code (4 digits) customer enters 4 digits
Third box - shows $ amt based on customer choices of first two boxes.

I can not find this calc anywhere!!

Can you help?
Back to top
Luke M
External


Since: Jan 08, 2009
Posts: 187



PostPosted: Tue Nov 03, 2009 10:54 am    Post subject: RE: Make a postage calculator [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Take a look at the LOOKUP and VLOOKUP functions. You'll need to create a
table correlating post codes with prices. Assuming 2 items cost twice as much
as one item, the formula then becomes something like:

=Cell1 * VLOOKUP(Cell2,YourTable,2,FALSE)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Littlefeather" wrote:

> I want to create a form for a web page. When customers place a 4 digit number
> in a box - the adjoing box will give them a response based on their input.
> Example: Customer enters (first box either or choice) 1 or 2 items.
> second box - post code (4 digits) customer enters 4 digits
> Third box - shows $ amt based on customer choices of first two boxes.
>
> I can not find this calc anywhere!!
>
> Can you help?
>
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> New Users All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum