rwborden0519
New Member
- Joined
- May 8, 2023
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I'm trying to create a formula that does a 2 way intersect. The user will type in 3 numbers.
Example 1 = INDEX($K$4:$Q$17,MATCH(ROUND(T11,1),$J$4:$J$17,1),MATCH(ROUND(T10,1),$K$3:$Q$3,1))
Example 2 =INDEX($B$22:$H$35,MATCH(ROUND(T26,1),$A$22:$A$35,1),MATCH(ROUND(T25,0),$B$21:$H$21,0))
- First number (Temperature) will identify the table needed. (Temperature entered will round down. For example: if temperature is 19-degrees, use the 15-degree table).
- Second number (PH) will round up to closest value in table
- Third number (CL2) will round up to closest value in table
Example 1 = INDEX($K$4:$Q$17,MATCH(ROUND(T11,1),$J$4:$J$17,1),MATCH(ROUND(T10,1),$K$3:$Q$3,1))
Example 2 =INDEX($B$22:$H$35,MATCH(ROUND(T26,1),$A$22:$A$35,1),MATCH(ROUND(T25,0),$B$21:$H$21,0))