E
ExcelMonkey
I have a range of data - say A1: D500. The range is being used like
database with 6 column fields. I want to be able to identify the tw
rows within the range. My data is hourly. The data displays multipl
machine stats over various hours over various dates. I want t
identify the first and last row where the fields match my query.
Say Column A = Date, Column B = Hour, Column C = Machine and Column D
Measured Data .
Lets say I am querying on Date = 01/01/2004, Hour = 1. I need t
search the array to find the start row and end row that have thes
values in them. What I am really trying to do is define the range wit
these two values.
Does anyone know how to do this?
Thank-yo
database with 6 column fields. I want to be able to identify the tw
rows within the range. My data is hourly. The data displays multipl
machine stats over various hours over various dates. I want t
identify the first and last row where the fields match my query.
Say Column A = Date, Column B = Hour, Column C = Machine and Column D
Measured Data .
Lets say I am querying on Date = 01/01/2004, Hour = 1. I need t
search the array to find the start row and end row that have thes
values in them. What I am really trying to do is define the range wit
these two values.
Does anyone know how to do this?
Thank-yo