+ Reply to Thread
Results 1 to 7 of 7

Inserting different price list based on service type

  1. #1
    Registered User
    Join Date
    11-07-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010
    Posts
    11

    Inserting different price list based on service type

    The attached worksheet has a tab "Service Pkg" I'm trying to figure out how to auto insert corresponding price list (specified in "Svc Price" tab) based on service selected from drop-down menus - C1 "Service Pkg" tab?
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Inserting different price list based on service type

    On sheet service pkg C1, you have no drop-down. I think I can see what you are trying to do (based on serv type sheet), but you have no values there...do you intend to use the values on svc price?

    If so, see if the attached is what you need?
    Attached Files Attached Files
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    11-07-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Inserting different price list based on service type

    Thanks! Is it possible to have a blank value/cell instead of "$0.00" for those cells that have no price?

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Inserting different price list based on service type

    They came up blank on my file, but maybe we have different settings. try using this instead...
    =IF(INDEX('Svc Price'!$A$18:$H$50,MATCH('Service Pkg'!$K20,'Svc Price'!$A$18:$A$50,0),MATCH('Service Pkg'!$C$1,'Svc Price'!$A$18:$H$18,0))="","",INDEX('Svc Price'!$A$18:$H$50,MATCH('Service Pkg'!$K20,'Svc Price'!$A$18:$A$50,0),MATCH('Service Pkg'!$C$1,'Svc Price'!$A$18:$H$18,0)))

  5. #5
    Registered User
    Join Date
    11-17-2012
    Location
    india
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Inserting different price list based on service type

    Is it possible , if we can add the check boxes on the each price for selection, that will make the process easy b'coz which ever component is selected by check box sum will be for those many components.... Is it possible?
    I have a sheet of 250 components with their price, i want make a sheet where i can select the items by check box and the result should come with the sum of the selected items .

  6. #6
    Registered User
    Join Date
    11-07-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Inserting different price list based on service type

    Thank you very much! Your suggestion worked. Cheers, Rick

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Inserting different price list based on service type

    @ rtee glad to help, and thanks for the rep

    @ punitsaxena...
    Welcome to the Forum, unfortunately:

    Your post does not comply with Rule 2 of our Forum RULES. Don't post a question in the thread of another member -- start your own thread. If you feel it's particularly relevant, provide a link to the other thread. It makes sense to have a new thread for your question because a thread with numerous replies can be off putting & difficult to pick out relevant replies.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1