Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Tim wr
 
Posts: n/a
Default How do i create a value for check boxes or option boxes

I am trying to create a sales quote form with multiple options available. I
would like to be able to click on an option and price of that option go into
the total for the product.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default How do i create a value for check boxes or option boxes

I would think you'd need to enter the quantity--especially if the customer can
ask for more than one of any item.

If that sounds reasonable, you could use a few columns:

Qty PartNumber Description UnitPrice ExtendedPrice

That 5th column could have a formula like:
=if(a2="","",a2*d2)

And you could use:
=sum(d2:Dxx)
to get the total price.

Tim wr wrote:

I am trying to create a sales quote form with multiple options available. I
would like to be able to click on an option and price of that option go into
the total for the product.


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
List Box Multi Select Option ann_nyc Excel Worksheet Functions 0 October 11th 05 05:56 PM
How do i create option Boxes for a survey on excel?? Option Boxes Excel Discussion (Misc queries) 1 September 19th 05 10:00 PM
how to create event boxes in excel bracer Excel Discussion (Misc queries) 1 May 28th 05 11:36 PM
how to create event boxes in excel bracer New Users to Excel 1 May 27th 05 10:46 PM
How do I create a macro to return drop down boxes to first item i. gaalseth Excel Discussion (Misc queries) 1 April 13th 05 09:09 PM


All times are GMT +1. The time now is 10:48 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"