+ Reply to Thread
Results 1 to 3 of 3

Find a values from within a column then return a value

  1. #1
    Registered User
    Join Date
    11-09-2008
    Location
    Michigan
    Posts
    4

    Question Find a values from within a column then return a value

    Ok, I need some help. See my forehead has been flattened by my repeated smashing of it in to my desk.

    So here's my issue...

    The index tab is a cover sheet for the details tab. I want to find a value in Index column B (eg. index!b3) in Details column G (eg details!G$:G$) and then find the cost of that item (eg. details!d3) and then subtract it from the Budgeted Amount (eg. index!c3). I just can't seem to figure out what the hell I'm doing wrong. I've tried everything from counts to vlookups and none of them have worked.

    Attached is the example... Please help and as always, thanks in advance. --Tom

    Budget Tracking-Example v0.1 07022012.xlsx

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Find a values from within a column then return a value

    Hi Tom, perhaps try:

    =C2-INDEX(Details!$D$3:$D$15,MATCH(B2,Details!$G$3:$G$15,0))

    Fill down as many rows as necessary. And adjust your lookup/match ranges to accommodate your actual data table on the Details tab. Hope that helps!

  3. #3
    Forum Expert icestationzbra's Avatar
    Join Date
    01-07-2004
    MS-Off Ver
    2007, 2010
    Posts
    1,421

    Re: Find a values from within a column then return a value

    probably an overkill, but just to cover all the bases:

    in Index D2:

    Please Login or Register  to view this content.
    mention the Excel version you are using on your profile.
    - i.s.z -
    CSE, aka Array aka { }, formulae are confirmed with CONTROL+SHIFT+ENTER.
    Replace commas ( , ) with semicolons ( ; ) in formulae, if your locale setting demands.
    All good ideas are courtesy resources from this forum as well as others around the web.
    - e.o.m -

+ 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