![]() |
|
![]() | ||
|
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. |
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
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. |
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 Home - Answers FAQ - Terms of Service - Privacy Policy |