+ Reply to Thread
Results 1 to 9 of 9

Dropdown calculation on different cells

Hybrid View

  1. #1
    Registered User
    Join Date
    05-04-2012
    Location
    Virginia
    MS-Off Ver
    Excel 2003
    Posts
    13

    Dropdown calculation on different cells

    Okay here is what I am trying to do. If they choose a size in B9, I need K9 to do a calculation. Also if c9 is a certain number than N9 needs to have a calculation completed. Here is one issue it is excel 2003 and I will need more than 7 IF statements if that is the way I have to go. Any help would be appreciated
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    04-11-2011
    Location
    Columbus, Ohio
    MS-Off Ver
    Excel 2007
    Posts
    325

    Re: Dropdown calculation on different cells

    samplefile2.zip

    In this zip is your project as a .xlsb file. Double click cell A1 that says 'start'. The code is in the background is simply looking at cell B9 and based on the value putting a different value in K9. In your example I only saw 3 formulas so you will have to do the other formulas yourself. You must also double click start for the values to update.

  3. #3
    Forum Contributor
    Join Date
    01-09-2009
    Location
    Cedar Hill, Tx
    MS-Off Ver
    Excel 2003
    Posts
    200

    Re: Dropdown calculation on different cells

    It seems like you should be able to establish a table where you could use a vlookup to get the appropriate divisor. So your k9 cell would end up being something like "=e9/vlookup(b9,lookupTableAddress,2,false). Hope that helps.

  4. #4
    Forum Contributor tkowal's Avatar
    Join Date
    11-20-2010
    Location
    Miami, Fl
    MS-Off Ver
    Excel 2010
    Posts
    150

    Re: Dropdown calculation on different cells

    Find attached an example of using VLookup to approach your problem.

    samplefileVlookup.xls
    Ted
    "Live Long and Prosper"

  5. #5
    Registered User
    Join Date
    05-04-2012
    Location
    Virginia
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Dropdown calculation on different cells

    Thanks thats the greatest creation I have ever seen, wow!

  6. #6
    Registered User
    Join Date
    05-04-2012
    Location
    Virginia
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Dropdown calculation on different cells

    I tried to do this myself and cant quite grasp VLOOKUP, can you point me torward a good tutorial

  7. #7
    Forum Contributor tkowal's Avatar
    Join Date
    11-20-2010
    Location
    Miami, Fl
    MS-Off Ver
    Excel 2010
    Posts
    150

    Re: Dropdown calculation on different cells


  8. #8
    Registered User
    Join Date
    05-04-2012
    Location
    Virginia
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Dropdown calculation on different cells

    Okay I know I am being a pain in the butt now, But I am trying to make the description longer for the size so I can use more conditions. For instance if it might be 36-8FT, or 9 FT, etc. every time I edit it it only shows the first part of the name?
    Attached Files Attached Files

  9. #9
    Forum Contributor tkowal's Avatar
    Join Date
    11-20-2010
    Location
    Miami, Fl
    MS-Off Ver
    Excel 2010
    Posts
    150

    Re: Dropdown calculation on different cells

    samplefileVlookup.xls

    I don't understand your question?

    I noticed that in the Data Validation Lookup List was pulling from Column AM in your spread sheet and there were no long text entries in that column. I changed the lookup to the example table column Column B under your Wallcovering entries and chose the 38 8FT and it appears to display fine ?

+ 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