Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I'm processing data in a very large data file and have multiple data files to
process. To expidite the process I want to use VLOOKUP to lookup a time stamp and return cooresponding row indices. I've accomplished this suing the formuals below: =VLOOKUP(H8,Data!$B$5:$T$64000,19); returns 455 from an index row in the imported data file. Now I want to automatically update the X & Y range series in multiple charts. I tried to do this with the formula below that works in a worksheet cell but it gives me en error when I paste the formula in the X or Y series box of the chart. =("Data!B"&INDEX(J8:K13,1,1)&":B"&INDEX(J8:K13,1,2 )); returns Data!B455:B1355 where 455 is located in cell J8 Can anyone suggest a way to accomplish what I'm trying to do? Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
up to 7 functions? | Excel Worksheet Functions | |||
I want to return "0" based on another cell | Excel Worksheet Functions | |||
formula to return the value of a cell based on a looked up true reference | Excel Worksheet Functions | |||
Returning a Value to a Cell Based on a Range of Uncertain Size | Excel Worksheet Functions | |||
Excel: How to return count for each cell within date range criter. | Excel Worksheet Functions |