Google Answers Logo
View Question
 
Q: excel: finding switchover point in range of cells ( No Answer,   1 Comment )
Question  
Subject: excel: finding switchover point in range of cells
Category: Computers > Software
Asked by: placain-ga
List Price: $5.00
Posted: 29 Apr 2004 09:48 PDT
Expires: 29 Apr 2004 12:29 PDT
Question ID: 338278
Given a range of cells in Excel, two columns and any number of rows,
with data that looks like the following:

1       no
5       no
10      no
20      no
35      yes
50      yes
100     yes

Column A will have increasing values. Column B will have zero or more
"no" values, which will at some point switch to "yes" values.

I want to have a cell which reports the switchover value. That is -
for the above range of cells, it would report 35.
Answer  
There is no answer at this time.

Comments  
Subject: Re: excel: finding switchover point in range of cells
From: 1anton1-ga on 29 Apr 2004 11:02 PDT
 
If you are prepared to swap your two columns around (i.e. put the
yes/no's in column A), you can do the following:

Name your range (in this example I've called it theRange)

Then in C1 enter:

=VLOOKUP("yes", theRange, 2, FALSE)

The 2 means return the data from the 2nd column in your range.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy