Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help making postage calculator based on a given weight | Excel Discussion (Misc queries) | |||
How do I make a small desktop calculator | Excel Discussion (Misc queries) | |||
Make a Fresnel Zone Calculator | Excel Discussion (Misc queries) | |||
Make a Fresnel Zone Calculator | Excel Worksheet Functions | |||
Make a Fresnel Zone Calculator | Setting up and Configuration of Excel |