I am looking for something rather simple, but I have been trying to do this for quite some time. I need to get values ββfrom a column.
Suppose I have several columns with headings, and I need to pull data from a column with a specific heading. I can easily get it using MATCH to view the title bar. Now that I have the number, I need to output 10 cells from this column right below the heading.
For example, if the headers are in the first row, and the one that I need is in column E , then I need to press E2: E11 . And I have 5 as the column number as a result of the MATCH function. I would use OFFSET , since I need a lot of it with values ββsuch as OFFSET (A1; 1; MATCH (blablabla); 10; 1) . And it works very well, however I need to do this from a closed book, and OFFSET only works with open at the moment.
There should be a simple solution, I cannot believe that Excel provides a function like COLUMN , but not the opposite solution. For the sake of people using the resulting book, I can't switch to the R1C1 view , but if that is my only option, I think it will need to be done.
Please advise what I could do in this situation.
source share