+ Reply to Thread
Results 1 to 3 of 3

Not sure what to do(Stuck)

  1. #1
    Registered User
    Join Date
    03-22-2012
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2008
    Posts
    2

    Not sure what to do(Stuck)

    In the first sheet shown below: SHEET 2133

    http://tinypic.com/r/f1jcc4/5 (SEE LINK, photo would not post; sorry)
    Box A12 is where the formula would need to go.

    Ideally, I want the 100-299 CCF (A12) along with the 300-499 CCF, etc to populate the number that I manually typed into the ACCEPTED SHEET that coorseponds with their code.

    http://i44.tinypic.com/30thnxv.png (SEE LINK, photo would not post; sorry)

    So, to better explain...

    I want the formula to:

    1 - find if CODE 2133 is in SHEET ACCEPT from B3-whatever the number is for that week and then that persons total which would be in the cooresponding C-box.

    If I have to change the way the layout is on the ACCEPT sheet to make it easier, I can do do...but just don't know where to start.

    Thank you in advance!!!!! Any help or suggestions are appreciated.

    I can post the full file if neccessary.

    Thank you in advance

  2. #2
    Forum Contributor
    Join Date
    08-14-2006
    Location
    USA
    MS-Off Ver
    2019
    Posts
    686

    Re: Not sure what to do(Stuck)

    In A12
    IF(ISERROR(MATCH(C1,Accept!B:B,0)),"",INDEX(Accept!C:C,MATCH(C1,Accept!B:B,0),1))

    (You'll have to fix the sheet names)

    1. figure out how to attach a workbook
    2. if I was a moderator, I'd have to jump you for double posting on our own board & using a nondescript title
    Last edited by carsto; 03-22-2012 at 01:31 PM.

  3. #3
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Not sure what to do(Stuck)

    Please change your thread title according to forum rules.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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