+ Reply to Thread
Results 1 to 2 of 2

Using Logical Lookup functions

  1. #1
    Registered User
    Join Date
    04-15-2014
    Location
    Upland, CA
    MS-Off Ver
    Mac Excel 2011
    Posts
    1

    Using Logical Lookup functions

    I have attached my excel spreadsheet for you to see what I am working with. I have calculated my table value for "alpha" and my value within the table (phi Vn), and I am trying to find the value of tw that corresponds to my value in the table. I know that I can use the lookup function that will do this for me, but this is a manual process where I have to find my alpha, and choose that specific row for my lookup function. I am looking to find a formula that will use my value for alpha and the value within the table (phi Vn) to find tw since my alpha is constantly changing in my calculations.

    For example, I have an alpha of 30.5 and I have calculated the value in the table of 446.318. I am trying to find a combination of functions that will give the corresponding value for tw (which in this case is 0.125in)

    Any help would be greatly appreciated.
    Attached Files Attached Files
    Last edited by bwavering; 04-15-2014 at 04:50 PM.

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Using Logical Lookup functions

    Like this? Taking an input of "alpha" and "phi" and backing out how big your tw needs to be?

    Input:
    E1 = alpha
    E2 = phi

    Output:
    E3 = tw =
    Please Login or Register  to view this content.
    Those dupliated MATCHes in the middle feed the column number to the INDIRECT function, which uses R1C1 notation to pick the right column in the Vn table to MATCH some input phi against and deliver how many rows down the table it is; the INDEX number goes down the same number of rows right there in the tw column.

    Notes:
    1) Because the alpha is an exact match, if it's not something exactly on the spectrum (example: 30.15), it will throw an error.

    2) By comparison, the phi is looking for the "greatest value equal to or less than" the input and returning the matching row, so if the data isn't in ascending order (like it goes over a hump) then it can ignore everything after the hump.

    If you want to go the next size up, just slap a "1+" right in front of the very first MATCH word. (for example, if you put in phi = 440 and alpha = 30.5, the formula will return 0.625; that 1+ will bump it down a row).

+ 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. [SOLVED] Logical , functions , on ( IF , AND , OR)
    By The Learner in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 11-20-2012, 04:30 AM
  2. Confusing two logical functions
    By Digestive in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-23-2011, 10:03 AM
  3. Logical Functions
    By be165 in forum Excel General
    Replies: 3
    Last Post: 09-09-2009, 04:08 AM
  4. [SOLVED] using logical functions
    By civilized_engr in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-10-2006, 02:40 PM
  5. logical functions
    By wiz546 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-01-2005, 12:06 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