While we can use vlookup or hlookup to return a cell value in a particular row or column. Is there a way we can lookup from both row and column to return a particular value from a cell in a grid? Consider the case below: (Yes, I have added more colours to the table this [...]
Posts Tagged ‘address’
Cell value from a grid
Posted in Tip, tagged address, array function, column(), index, indirect, match, row, sum, sumproduct, vlookup on July 16, 2009 | Leave a Comment »
Extracting the nth occurence from an array
Posted in Tip, tagged address, countif, If, indirect, large, row, sumproduct on July 10, 2009 | Leave a Comment »
In one of the earlier posts, I extracted the first, last, min and max occurence from an array for a particular lookup. Refer this post. The next step perhaps would be to answer if it is possible to extract the second, third occurences and so on. Consequently to extract all occurences for a particular lookup_value. [...]
First, Last, Min, Max for a particular value in an array
Posted in Uncategorized, tagged address, If, index, indirect, max, min, row, sumproduct, vlookup on June 15, 2009 | 1 Comment »
Consider a set-up where 4 users randomly appear for a test. Their scores are recorded in the order in which they appear for the test. Our objective is to find their scores in the first and last attempts and also their minimum and maximum scores. Here are the users and their scores: The objective is [...]