X value at Distinct Y Value - Easy way to determine?

vidyashankara

New Member
Joined
Mar 24, 2014
Messages
16
Hi All, I need your help with a problem. Lets say I have a spreadsheet like below. I want to determine the value at which X value, A1, A2, A3, ..., etc.. crosses 0.5? Is there a formula to do this easily? For e.g., A1 reaches 0.5 at 43.4. A2 and the rest reach 0.5 at higher X values not shown here... Is there a formula to reach X and A1 and print the X value where A1 reaches 0.5 (or other specific value)?



X A1A2A3A4A5
400.350.200.100.020.22
40.20.360.210.100.020.23
40.40.370.210.110.030.24
40.60.380.220.110.030.25
40.80.390.230.120.030.26
410.400.240.120.030.26
41.20.400.250.120.030.27
41.40.410.250.130.030.28
41.60.420.260.130.030.29
41.80.430.270.140.040.30
420.440.280.140.040.31
42.20.450.290.150.040.32
42.40.460.300.150.040.33
42.60.470.310.160.040.35
42.80.470.320.160.050.36
430.480.330.170.050.37
43.20.490.340.170.050.38
43.40.500.350.180.050.39
43.60.510.360.190.060.40
43.80.520.370.190.060.41
440.530.380.200.060.42
44.20.540.390.210.060.43
44.40.550.400.210.070.44
44.60.560.410.220.070.46
44.80.570.420.230.070.47
450.580.430.240.080.48

<colgroup><col width="56" span="6" style="width: 42pt; text-align: center;"> </colgroup><tbody>
</tbody>
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
For A1 you can use
Code:
=INDEX($A:$A,MATCH(0.5,$B:$B))

J.Ty.
 
Upvote 0
Thanks for the feedback and good luck!

J.Ty.
 
Upvote 0

Forum statistics

Threads
1,214,913
Messages
6,122,207
Members
449,074
Latest member
cancansova

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top