+ Reply to Thread
Results 1 to 9 of 9

Wanting to retrieve values from external workbook by searching name of column.

Hybrid View

R=MCC Wanting to retrieve values... 10-03-2018, 08:13 AM
Entregan Re: Wanting to retrieve... 10-03-2018, 08:36 AM
R=MCC Re: Wanting to retrieve... 10-04-2018, 04:10 AM
Entregan Re: Wanting to retrieve... 10-04-2018, 01:31 PM
R=MCC Re: Wanting to retrieve... 10-05-2018, 09:03 AM
Entregan Re: Wanting to retrieve... 10-05-2018, 03:03 PM
R=MCC Re: Wanting to retrieve... 10-08-2018, 09:00 AM
Entregan Re: Wanting to retrieve... 10-12-2018, 08:07 AM
Entregan Re: Wanting to retrieve... 10-12-2018, 08:54 AM
  1. #1
    Registered User
    Join Date
    01-28-2015
    Location
    TX, USA
    MS-Off Ver
    2013
    Posts
    69

    Re: Wanting to retrieve values from external workbook by searching name of column.

    Then instead, you might want to use this formula:

    Solution
    =LARGE(Signals.csv!$B$1:$B$69,1)
    Be sure to change the column to the appropriate name.

    Also, the LARGE function looks for the Nth largest number.
    So 1, is the first largest. 2 is the second and so on.

    if you used the formula as shown (with adjustments for column) $B,$C and so on
    You should get results more akin to what you're looking for.

    Tip
    In the future, you might want to keep the names you are looking up on the same orientation for lookup purposes.
    Then the existing formula would be something like:
    =LARGE(Signals.csv!SNR_average_dB,1)
    Hope that helps.

  2. #2
    Registered User
    Join Date
    10-03-2018
    Location
    Northern Ireland
    MS-Off Ver
    2016
    Posts
    4

    Re: Wanting to retrieve values from external workbook by searching name of column.

    I tried using the LARGE function on it's own with the column name inserted (SNR_average_dB) and its returning '#NAME?'. Do I have to combine HLOOKUP & LARGE or just use LARGE?

    Thanks!

+ 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. Replies: 2
    Last Post: 06-05-2018, 04:06 PM
  2. Retrieve values from closed workbook
    By intex in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-25-2014, 04:13 PM
  3. [SOLVED] Help with searching external workbook for specified data and performing math against it
    By photodotexe in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-19-2014, 04:50 PM
  4. Replies: 3
    Last Post: 12-04-2013, 09:59 PM
  5. Replies: 1
    Last Post: 06-21-2012, 03:55 PM
  6. Replies: 2
    Last Post: 10-20-2010, 07:23 AM
  7. Replies: 14
    Last Post: 10-19-2010, 11:52 AM

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