![]() |
Hlookup extension
Hi Guys,
I am currently using the formula: =Hlookup($B$36,$D$2:BB:42,2,False). What I need to add however is something that will return the corresponding value one column to the right of the current specified value So for example find the word "dog" in row 2 and return the value 1 row below and one column to the right. All help would again be very warmly appreciated. Many thanks in advance. Ant |
Hlookup extension
Try this:
=INDEX($D$3:BC$3,MATCH($B$36,$D$2:BB$2,0)+1)) You had some typos on your range, but I think I have deduced them correctly. Hope this helps. Pete On Nov 10, 10:00*am, Anto111 wrote: Hi Guys, I am currently using the formula: =Hlookup($B$36,$D$2:BB:42,2,False). What I need to add however is something that will return the corresponding value one column to the right of the current specified value So for example find the word "dog" in row 2 and return the value 1 row below and one column to the right. All help would again be very warmly appreciated. Many thanks in advance. Ant |
All times are GMT +1. The time now is 10:06 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com