• 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.

Data Sorting

asowdi

New Member
I have spread sheet with Name of player in Row and his career highlights in column. I wanted to fetch particular details of player in one click so I created the combo box from form control. Combo box will give list of player and respective position in input range. Using if statement the data will be fetched to show particular details of player. I got what I wanted using simple "if" statement.


In my actual spread sheet the column and rows are more than 15. Is there any better alternate formula or neat formula for this?
 
Why yes. Yes there is.


Vlookup, Index, and sometimes getpivot data. Use one in place of your current if.
 
Back
Top