Results 1 to 9 of 9

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

Threaded View

  1. #8
    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.

    Hlookup is for specific cell returns. While it could be modified to do what you want, LARGE is the only one you need in the case of the largest number.

    If you haven't named the Range then it would be something like:
    =Large(Signals.csv!$B$1:$B$69,1)
    If you have named the Range then it would be something like:
    =Large(Signals.csv!SNR_average_dB,1
    You can check the name with Ctrl+F3.
    To name a Range, select the range you wish to group(click and drag over the area you want), and name it accordingly (example: SNR_average_dB)
    The name name of any range you have selected will appear in the upper left corner of the Worksheet, just up and to the left of Cell A1
    If you need to edit it, you will need to go to the Name Manager as mentioned above. For your reference the Name Manager is in the FORMULAS Ribbon
    Cheers. I hope this helps.
    Last edited by Entregan; 10-12-2018 at 08:14 AM.

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