I want to be able to derive a formula that would allow me to select an angle in a separate cell and then in an adjacent column present all the depths at which that angle happens.
if column A was the angles and B the depths. If I was to select 42.56 in cell C2 I would like D2, D3 ..... to show that depths at which that angle takes place.
I have tried using =INDEX($B2:$B$10,MATCH($C$2,$A2:$A$10,0)) and then copy it down column D but it only finds the first instance of the angle until the match updates.
I would appreciate any ideas on how to reduce the top of the match range once a match has been made to that the formula is forward looking.
angles depth
0.00 10
42.56 20
102.56 30
180.00 40
102.56 50
42.56 60
60.00 70
42.56 80
102.56 90
Hi David,
Am Thu, 10 Sep 2020 23:00:07 -0700 (PDT) schrieb David Cuthill:
I want to be able to derive a formula that would allow me to select an angle in a separate cell and then in an adjacent column present all the depths at which that angle happens.
if column A was the angles and B the depths. If I was to select 42.56 in cell C2 I would like D2, D3 ..... to show that depths at which that angle takes place.
I have tried using =INDEX($B2:$B$10,MATCH($C$2,$A2:$A$10,0)) and then copy it down column D but it only finds the first instance of the angle until the match updates.
I would appreciate any ideas on how to reduce the top of the match range once a match has been made to that the formula is forward looking.
angles depthhave a look:
0.00 10
42.56 20
102.56 30
180.00 40
102.56 50
42.56 60
60.00 70
42.56 80
102.56 90
https://1drv.ms/x/s!AqMiGBK2qniTge8Pn4txmmyNg76-0Q?e=n5QZjM
Regards
Claus B.
--
Windows10
Office 2016
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 09:11:13 |
Calls: | 10,387 |
Calls today: | 2 |
Files: | 14,060 |
Messages: | 6,416,669 |