I have a spreadsheet I'm working on, it's a template for some fairly complex data that gets filled in from another program.
What I'd like to do is have user-defined averages of that data. Say we want to average from points 1-10 one day and 25-75 the other, we don't have to change the entire template, just the cells that say what to average.
Is there some function that will look up a value in one column, then return the address of the cell next to it? For example, I'd like to find the row of data that has the 5th point in it, then return the address of the cell that contains the fifth point (B5 in this case). I could hopefully put that forumula into the AVERAGE function.
Is that even possible? I've looked at a lot of the functions, VLookup almost does what I need, but it returns the contents of the cell, not the address.
What I'd like to do is have user-defined averages of that data. Say we want to average from points 1-10 one day and 25-75 the other, we don't have to change the entire template, just the cells that say what to average.
Is there some function that will look up a value in one column, then return the address of the cell next to it? For example, I'd like to find the row of data that has the 5th point in it, then return the address of the cell that contains the fifth point (B5 in this case). I could hopefully put that forumula into the AVERAGE function.
Is that even possible? I've looked at a lot of the functions, VLookup almost does what I need, but it returns the contents of the cell, not the address.
