+ Reply to Thread
Results 1 to 4 of 4

best formula for finding a cell value?

  1. #1
    Registered User
    Join Date
    11-02-2005
    Posts
    2

    best formula for finding a cell value?

    Hello,

    I have created a matrix which has three columns: "north", "south" and "west". The rows below the columns are sequenced by their respective row number and below each column has different values.

    My questions is: If I create three cells- "Direction","Row" and "Value", how can I populate the intersecting value in "Value" by when I input in "Direction" and "Row"??

    Example: Direction = north; Row = 2; Value = [would this be a DGET or IF function?]

    Thanks in advance for your responses!!

  2. #2
    pinmaster
    Guest
    Hi,
    Try something like this:
    A1 = direction
    B1 = Row
    C1 = HLOOKUP(A1,your_range,B1,0)

    HTH
    JG

  3. #3
    Registered User
    Join Date
    11-02-2005
    Posts
    2
    Pinmaster- Your formula worked!! Thanks!!!



    best formula for finding a cell value?

    --------------------------------------------------------------------------------

    Hello,

    I have created a matrix which has three columns: "north", "south" and "west". The rows below the columns are sequenced by their respective row number and below each column has different values.

    My questions is: If I create three cells- "Direction","Row" and "Value", how can I populate the intersecting value in "Value" by when I input in "Direction" and "Row"??

    Example: Direction = north; Row = 2; Value = [would this be a DGET or IF function?]

    Thanks in advance for your responses!!

    tommyf
    View Public Profile
    Send a private message to tommyf
    Find all posts by tommyf
    Add tommyf to Your Buddy List

    #2 Today, 12:20 PM
    pinmaster is Offline:
    Registered User Join Date: Feb 2004
    Location: Canada
    Posts: 271

    Hi,
    Try something like this:
    A1 = direction
    B1 = Row
    C1 = HLOOKUP(A1,your_range,B1,0)

    HTH
    JG

  4. #4
    pinmaster
    Guest
    Hi Tommy

    Your welcome! And thanks for the feedback!

    Regards

    JG

+ 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