Reference a range using column number
问题 I'm looking for something rather simple, but I've been trying to do it for quite some time now. I need to get values from a column. Lets say I have several columns with headers and I need to pull data from a column with a specific header. I can easily get it's number by using MATCH to look through the row with headers. Now that I have number - I need to pull say 10 cells from this column right below the header. For example if headers are in the first row and the one I need is in the E column