S
stretch
I have a table where I want a value based on looking at data in two columns
as follows;
Table:
A B C
1 Bore Pressure Length
2 100 760 80
3 100 1050 100
4 100 1200 100
5 125 670 80
6 125 830 100
I want to find a value in column C, based on an exact value from column A
and when given a value for column B the value immediately above it. (e.g If
i had a bore of 100 and pressure of 900, I would want the value of 100 from
row 3)
Hope this explains it, i have tried SUMPRODUCT in various formats but have
been unsuccessful.
Thanks
as follows;
Table:
A B C
1 Bore Pressure Length
2 100 760 80
3 100 1050 100
4 100 1200 100
5 125 670 80
6 125 830 100
I want to find a value in column C, based on an exact value from column A
and when given a value for column B the value immediately above it. (e.g If
i had a bore of 100 and pressure of 900, I would want the value of 100 from
row 3)
Hope this explains it, i have tried SUMPRODUCT in various formats but have
been unsuccessful.
Thanks