+ Reply to Thread
Results 1 to 2 of 2

Intersection Value

  1. #1
    Registered User
    Join Date
    03-01-2018
    Location
    India
    MS-Off Ver
    2010
    Posts
    33

    Intersection Value

    Hi,

    In the attached excel, format 1 sheet, I want to pull the value D6 as output. The condition I want to use is look for column "Type" and look "IP" and give the value whatever is under the column "Qty".

    There is a possibility for this format to change. Look into format 2 sheet. An extra column FTT (Column B) is added. In this case also, I want the formula to work. (Output should be E6)

    Is it possible?

    If not, I just want the formula for format 1 sheet.

    Can anyone help with this?

    Thank you.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,937

    Re: Intersection Value

    If you add a formula based on Sheet1

    =VLOOKUP("IP",C:D,2,False)
    or even:
    =SUMIF(C:C, "IP", D:D)

    These will continue to work if a new column B is inserted.

    But - you have multiple entries of other 'types' (PMP DPP) that will not work with these - unless you have other criteria for identifying the correct value to return.
    Bernie Deitrick
    Excel MVP 2000-2010

+ 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. Intersection Value
    By Prascena in forum Excel General
    Replies: 1
    Last Post: 08-12-2021, 11:55 PM
  2. [SOLVED] Intersection of 2 Perpendicular Lines - Apparent Error in Intersection Coordinates
    By Paddy_Bear in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 10-03-2018, 03:36 AM
  3. Replies: 1
    Last Post: 07-16-2013, 06:41 PM
  4. Intersection
    By kamalhilmi in forum Excel General
    Replies: 1
    Last Post: 01-26-2011, 01:10 AM
  5. Intersection of two ranges
    By avveerkar in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-30-2010, 06:21 PM
  6. Looking for intersection
    By David in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 11-16-2005, 09:40 AM
  7. [SOLVED] intersection
    By Micro in forum Excel General
    Replies: 3
    Last Post: 06-29-2005, 07:05 PM

Tags for this Thread

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