E
Erik
6-10 11-15 16+ 6-10 11-15 16+
LH 750 1125 1500 60 90 120
OH1 1000 1500 2000 90 120 150
OH2 1500 2250 3000 90 120 150
EH1 2500 3750 5000 150 195 240
WATER REQUIRED 1500 GPM @ cell C4 PSI
Im trying to make a Formula that staes if cell (1) has
one of the 4 letters on the right side of the table and
cell (2) has a number that corresponds with top line of
the table (ex..6-10..11-15...16+) then insert figuire
thats located in the table cell into cell (3).. this is
what i have for a formula put its not working.. its only
taking the last figuire and inserting it cell (3)
=IF(ISERROR(VLOOKUP($C$4,$E$21:$H$24,4,0)),"cell L4",
VLOOKUP($C$4,$E$21:$H$24,4,0))
LH 750 1125 1500 60 90 120
OH1 1000 1500 2000 90 120 150
OH2 1500 2250 3000 90 120 150
EH1 2500 3750 5000 150 195 240
WATER REQUIRED 1500 GPM @ cell C4 PSI
Im trying to make a Formula that staes if cell (1) has
one of the 4 letters on the right side of the table and
cell (2) has a number that corresponds with top line of
the table (ex..6-10..11-15...16+) then insert figuire
thats located in the table cell into cell (3).. this is
what i have for a formula put its not working.. its only
taking the last figuire and inserting it cell (3)
=IF(ISERROR(VLOOKUP($C$4,$E$21:$H$24,4,0)),"cell L4",
VLOOKUP($C$4,$E$21:$H$24,4,0))