J
jlm661
Hello everyone! I have a question that might seem quite simple to som
but i can't seem to figure it out...
on a my worksheet (150#) i have a bunch of tables that correspond to
pressure of 150 psi....on my main worksheet (main) i want to displa
the desired worksheet based on the value inserted into a cell.
for example on my main sheet in C2 if you enter the value "Gate" i wan
to show the table which corresponds to the gate, and if you enter "Flow
i want to enter the 150# flow table...here is what i am trying to us
but it isn't working
=IF(C2="Gate", OFFSET('[Labor.xls]150#'!$A$1:$E$15, 0, 0, 15, 5)
IF(C2="Flow", OFFSET('[Labor.xls]150#'!$G$1:$K$15, 0, 0, 15, 5),"Ente
value in C2"))
this is returning a value of 5, when what i want is the complet
table...any suggestions? should i not be using offset? if not, wha
should i use?
THANKS!
jes
but i can't seem to figure it out...
on a my worksheet (150#) i have a bunch of tables that correspond to
pressure of 150 psi....on my main worksheet (main) i want to displa
the desired worksheet based on the value inserted into a cell.
for example on my main sheet in C2 if you enter the value "Gate" i wan
to show the table which corresponds to the gate, and if you enter "Flow
i want to enter the 150# flow table...here is what i am trying to us
but it isn't working
=IF(C2="Gate", OFFSET('[Labor.xls]150#'!$A$1:$E$15, 0, 0, 15, 5)
IF(C2="Flow", OFFSET('[Labor.xls]150#'!$G$1:$K$15, 0, 0, 15, 5),"Ente
value in C2"))
this is returning a value of 5, when what i want is the complet
table...any suggestions? should i not be using offset? if not, wha
should i use?
THANKS!
jes