• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to lookup a Value from a horizontal table ?

pacochin

New Member
Hi,

Have you come across a situation whereby you data is arrange in a horizontal table., lets say you have 3 rows.


Row 1: Months

Row 2: Sales


How can I lookup the Month which has the highest sales ?

If it is a vertical table, we can use INDEX and MATCH, but if its horizontal table, what can we do ?

thanks
 
Hi,


Index works in both directions so just change the orientation of the Match.


The inline help for index should point you in the right direction.


HLookup works as a horizontal version of VLookup, but Index is more powerful as you can use it to go left & right, up & down as well.


Hope that helps,


M
 
Back
Top