H
Hummer2097
I have a spreadsheet for calculating the pivot points on stocks,
screenshot of which can be seen 'here
(http://img237.imageshack.us/img237/5785/pivots4cq.gif)
The problem with it is I have to scroll side to side to find the stoc
I’m looking for, which is a little cumbersome. I’ve added an extr
empty box at the start so I can type in the ticker for the stock I wan
in E2. I’d then like it to search along row number 2 and find th
ticker that matches the one I just type in. I’d then like it t
populate the cells D21:F25 with the equivalent cells for the matchin
ticker e.g. L21:L25 for AMZN.
It seemed simple enough and HLOOKUP looked to be the way to go bu
after some considerable time I’ve been unable to do it. It appear
impossible to fill in the D2125 and F21:F25 columns with HLOOKU
though E21:E25 looks possible. The only other way I could think was
massive nested IF statement but then I found out you can only nest t
seven layers. I couldn’t find anything like a switch case so I’
stumped and can only think to start looking into VBA.
Is HLOOKUP the appropriate function and if so what should I be puttin
in the D21:F25 cells? If not what should I be using?
Sorry, this is probably a really stupid question but I can’t ge
anything to work. Thanks for any help you can ofer
screenshot of which can be seen 'here
(http://img237.imageshack.us/img237/5785/pivots4cq.gif)
The problem with it is I have to scroll side to side to find the stoc
I’m looking for, which is a little cumbersome. I’ve added an extr
empty box at the start so I can type in the ticker for the stock I wan
in E2. I’d then like it to search along row number 2 and find th
ticker that matches the one I just type in. I’d then like it t
populate the cells D21:F25 with the equivalent cells for the matchin
ticker e.g. L21:L25 for AMZN.
It seemed simple enough and HLOOKUP looked to be the way to go bu
after some considerable time I’ve been unable to do it. It appear
impossible to fill in the D2125 and F21:F25 columns with HLOOKU
though E21:E25 looks possible. The only other way I could think was
massive nested IF statement but then I found out you can only nest t
seven layers. I couldn’t find anything like a switch case so I’
stumped and can only think to start looking into VBA.
Is HLOOKUP the appropriate function and if so what should I be puttin
in the D21:F25 cells? If not what should I be using?
Sorry, this is probably a really stupid question but I can’t ge
anything to work. Thanks for any help you can ofer