B
bigwilly11189
Ok, I have read others problems but they haven't helped, so here is m
problem. I have a 4 main worksheets that pull data from the other 20
worksheets in the Excel Book. I tried to use the Consatenate functio
but that doesn't work b/c it returns it as text and that doesn't work
i need it has data. What I'm trying to do is if cell B1 is equal t
either (names are irrelavent) Apple, Banana, Cherry, Date, Eggplant an
so on for up to 20+ names then it will pull data from a certai
column(s) in a certain worksheet. Each one has 3 worksheet
corresponding to it, so for Apple, it has 3 different worksheets tha
correspond with it, each has a different function. So what I want t
do is something like this (without the limitation):
=if($b$1="Apple",if('applesub'!A1>0,'applesub'A1,if($b$1="Banana"
if('bananasub'!A1>0,'bananasub'A1,.... and so on.
Now to make things easy I have 4 main worksheets that pull the dat
from the other worksheets to make it easier for formulas. The data i
these 4 main worksheets will change when I enter Apple vs Banana i
cell B1. I have tried a lookup function but i don't know how to mak
the vlookup function look at more than just one worksheet. Like if i
was Apple then lookup values on AppleSub worksheet, if it banana the
lookup values on BananaSub worksheet. The main page is my "results
page. If everyone is now even more confused then when they starte
reading then join the crowd and i'll try to explain more.
Thanks
problem. I have a 4 main worksheets that pull data from the other 20
worksheets in the Excel Book. I tried to use the Consatenate functio
but that doesn't work b/c it returns it as text and that doesn't work
i need it has data. What I'm trying to do is if cell B1 is equal t
either (names are irrelavent) Apple, Banana, Cherry, Date, Eggplant an
so on for up to 20+ names then it will pull data from a certai
column(s) in a certain worksheet. Each one has 3 worksheet
corresponding to it, so for Apple, it has 3 different worksheets tha
correspond with it, each has a different function. So what I want t
do is something like this (without the limitation):
=if($b$1="Apple",if('applesub'!A1>0,'applesub'A1,if($b$1="Banana"
if('bananasub'!A1>0,'bananasub'A1,.... and so on.
Now to make things easy I have 4 main worksheets that pull the dat
from the other worksheets to make it easier for formulas. The data i
these 4 main worksheets will change when I enter Apple vs Banana i
cell B1. I have tried a lookup function but i don't know how to mak
the vlookup function look at more than just one worksheet. Like if i
was Apple then lookup values on AppleSub worksheet, if it banana the
lookup values on BananaSub worksheet. The main page is my "results
page. If everyone is now even more confused then when they starte
reading then join the crowd and i'll try to explain more.
Thanks