+ Reply to Thread
Results 1 to 5 of 5

Formulas Needed for spreadsheet with 2 worksheets for calculating $ based on 2 cell entry

  1. #1
    Forum Contributor
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    MS Office 2019 Pro Plus
    Posts
    182

    Formulas Needed for spreadsheet with 2 worksheets for calculating $ based on 2 cell entry

    Associate Reference Guide
    1 = Steve Jones
    2 = Ann Smith
    3 = Jane Doe
    4 = Paul Hack

    Problem 1: Need formula for when I enter an ID number in a cell, a particular associates name appears in another cell based on the ID number entered.
    In this attached spreadsheet I have 2 worksheets named; Board & Numbers
    When I enter the ID number (1, 2, 3, or 4) into D11:D510 on “Board” the associate name is populated into F11:F510 based on the ID-Associate entered in D4:D7 & F4:F7 on “Board”

    Problem 2: Need a formula to sum commission totals based on which sales person and monthly date entered. For the date I am using the format 8/15 (Aug 15th) without a year. The attached spreadsheet is the actual one I need it for so it will have the correct cells, sheet names, etc.
    I would like to sum the total commission for a particular sales person from “Board” BE11:BE510 based on the sales person’s name that appears in cells “Board” F11:F510 and the date in cells “Board” BK11:BK510 into the appropriate cells on sheet name “Numbers” rows 27-39 based on the names in “Numbers” BL25, BX25, CJ25 or CV25 and the month F27:F39

    Problem 3: Count the number of entries from “Board” D11:D510 based on what ID number is entered and if the letter “A” is entered into AJ11:AJ510 and place the results (Formula) into V4 on “Board”

    Can You Help?
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    MS Office 2019 Pro Plus
    Posts
    182

    Formula needed to populate associate name when ID number entered in another cell

    Associate Reference Guide
    1 = Steve Jones
    2 = Ann Smith
    3 = Jane Doe
    4 = Paul Hack

    Problem 1: Need formula for when I enter an ID number in a cell, a particular associates name appears in another cell based on the ID number entered.

    When I enter the ID number (1, 2, 3, or 4) into D11:D510 on “Board” the associate name is populated into F11:F510 based on the ID-Associate entered in D4:D7 & F4:F7 on “Board”
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    08-16-2013
    Location
    NJ
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Formula needed to populate associate name when ID number entered in another cell

    First time answering but I think this could help...

    try writing =IFERROR(VLOOKUP(D17,Numbers!$A$12:$O$15,3,FALSE),"") on F17 hopefully it's what you are looking for.



    Thank you,
    Jack

  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
    52,929

    Re: Formula needed to populate associate name when ID number entered in another cell

    Nice job, Jack

    This slightly simpler formula will do the same thing...
    =IFERROR(VLOOKUP(D11,$D$4:$O$7,3,0),"")

    @ excelteam...why oh WHY do you need so many columns??????
    You have used 86!!!!! columns when all you needed was 17?? And all that merging will come back and bite you, guaranteed!!
    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

  5. #5
    Registered User
    Join Date
    08-16-2013
    Location
    NJ
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Formula needed to populate associate name when ID number entered in another cell

    Thanks Dibbins!!

    As for the simpler formula, I'm just use to working with multiple sheets

    Thanks,
    Jack

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. COUNTIF & SUMIF formulas needed when decided based on entry into 2 cells
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-18-2013, 07:58 PM
  2. Rename and hide/unhide worksheets based on cell entry
    By whiteshadoz in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-18-2013, 05:13 PM
  3. Moving formulas in a cell based on date entry ?
    By AnthonyWB in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-24-2010, 01:52 PM
  4. copy data based on cell entry to different spreadsheet
    By kinad in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-13-2008, 11:43 AM
  5. Formula to fill a cell based on an entry in one of two worksheets
    By brisen09 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-16-2006, 12:05 AM

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