+ Reply to Thread
Results 1 to 3 of 3

How to get Excel to automatically select cells based upon changing parameters ?

  1. #1
    Registered User
    Join Date
    12-08-2015
    Location
    Glasgow
    MS-Off Ver
    MS Office 2016 Mac
    Posts
    4

    How to get Excel to automatically select cells based upon changing parameters ?

    Hi

    I have a dilemma and I was wondering if there was any way around it.

    Basically, I have two columns which show solutions to quadratic and linear equations (roots). The point at which the value in the first column is greater than the second column and also the row before that (i.e. when the first column value is just less than the second column value), is what I am interested in, I then perform linear interpolation between those two values and hence go on to find a speed.

    For example:

    1, 3, 6
    2, 4, 6
    5, 4, 5
    6, 5, 4

    7, 6, 3

    My query is, because I have to do iteration to the initial parameters, the values are always changing in those columns, I need excel to automatically select the two values I am intearested in and calculate the speed, rather than me having to look manually in the long list for the turning point and plugging them in to the interpolation equation etc.

    Much appreciated

    Thanks

    Usman

  2. #2
    Registered User
    Join Date
    12-09-2015
    Location
    London, England
    MS-Off Ver
    Excel 2013
    Posts
    7

    Re: How to get Excel to automatically select cells based upon changing parameters ?

    Assuming the column containing the first number is B and the column containing the second number is C, you can find the turning point by adding this formula in row 3 an adjacent column -

    IF(AND(B3>C3,B2<C2),[INTERPOLATION EQUATION HERE],"Negative result")

    Might be easier if you upload your spreadsheet here
    We'll handle Excel for you - excelulous.com

  3. #3
    Registered User
    Join Date
    12-08-2015
    Location
    Glasgow
    MS-Off Ver
    MS Office 2016 Mac
    Posts
    4

    Re: How to get Excel to automatically select cells based upon changing parameters ?

    Thanks for the reply.

    I have attached the excel sheet.

    Column W and X are the 2 columns I want to compare and find the turning point. Those two rows with their corresponding K values(column U) are interpolated which I manually copy to AD - AG, and then on the left hand side, the calculation takes place with the final speed in AB21.

    I would like to eliminate the fact I need to manually look up which values are the turning point and eliminate copying and pasting it manually every time I change in parameters highlighted in yellow.

    Aeroelasticity.xlsx

+ 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. Weight-age Problem - Need to select Top 5 from a Given List based on 3 Parameters
    By apoorva.srivastva in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-22-2014, 02:02 AM
  2. [SOLVED] Average cells based on outside parameters
    By GaryAE in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-30-2014, 05:38 PM
  3. [SOLVED] Can I automatically select numbers based on other information in row?
    By thekenturner in forum Excel General
    Replies: 5
    Last Post: 12-01-2013, 07:45 PM
  4. Dynamic chart automatically changing its range if we select wrong date
    By maniknandi in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 08-06-2013, 12:46 AM
  5. Excel cells changing the colours automatically !!
    By binoykaladi in forum Excel General
    Replies: 2
    Last Post: 06-04-2012, 08:57 AM
  6. VBA Excel 2007 Changing Protection Parameters
    By CMSS in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-30-2010, 02:10 PM
  7. Excel 2003 Crashes when I attempt to select Parameters
    By capsource in forum Excel General
    Replies: 1
    Last Post: 01-12-2010, 04:22 PM

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