+ Reply to Thread
Results 1 to 5 of 5

Thread: Cell values based off of drop down box

  1. #1
    Registered User
    Join Date
    08-11-2010
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2007
    Posts
    3

    Cell values based off of drop down box

    I have a drop down box on the sheet labled ASR in column H. I am trying to get the ammount from column G on the same sheet to appear in column F on the sheet labeled CUSTOMER COPY if the dropdown box is marked yes. I also want to be able to add the totals of the drop down rows on the ASR sheet if marked no in E:37 on the CUSTOMER COPY sheet. I cannot figure the formulas out and could use some help. I have attached a copy of the workbook.

    Thank you,

    Heath
    Attached Files Attached Files
    Last edited by snoslyder; 08-12-2010 at 02:49 PM. Reason: additional information

  2. #2
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    19,223

    Re: Cell values based off of drop down box

    In F9, then copied down:

    =IF(ASR!H11="Yes",ASR!G11, "")

    In E37:

    =SUMIF(ASR!$H$11:$H$28, "No", ASR!$G$11:$G$28)
    Attached Files Attached Files
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    08-11-2010
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Cell values based off of drop down box

    Thank you for the help! The formula for F9 cell in the Customer Copy sheet gives me a FALSE statement instead of the dollar amount from cell G11 on the ASR copy. Any suggestions?

    The formula for the Sums in E37 works perfectly!

    Thanks again for the help.

  4. #4
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    19,223

    Re: Cell values based off of drop down box

    Quote Originally Posted by snoslyder View Post
    Any suggestions?
    The formula I gave is not a TRUE/FALSE construct, it's an IF/THEN construct. If you cut and paste the formula exactly from the post, you should get a value or a 0, not a FALSE.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

  5. #5
    Registered User
    Join Date
    08-11-2010
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Cell values based off of drop down box

    Thank you! The formulas worked perfect!

+ 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.2.0