Major Disaster
New Member
- Joined
- Dec 2, 2015
- Messages
- 7
Good afternoon,
I have a long formula that generates a LOOKUP function from varying sources it is looking for the maximum value in Column I then getting the correlated point in column B, to perform the LOOKUP of the timings in column A, this data is a wave form and I need to find it's initial point of crossing a threshold. The formula for the LOOKUP is such
=LOOKUP(">=67",CONCATENATE("B",MATCH((MAX(I9:I450)),$I9:$I450,0)-3,":","B",20+MATCH((MAX(I9:I450)),$I9:$I450,0)),CONCATENATE("A",MATCH((MAX(I9:I450)),$I9:$I450,0)-3,":","A",20+MATCH((MAX(I9:I450)),$I9:$I450,0)
this gives a #VALUE result.
When working step by step through the formula in excel it finally processes down to
Evaluation: = LOOKUP(95.413,"B356:379","A356:379")
the next step fails due to the Quotation marks in the formula. When typing in =LOOKUP(95.413,B356:379,A356:379) the formula works perfectly.
Does anyone know how to remove the quotation marks?
Thanks
I have a long formula that generates a LOOKUP function from varying sources it is looking for the maximum value in Column I then getting the correlated point in column B, to perform the LOOKUP of the timings in column A, this data is a wave form and I need to find it's initial point of crossing a threshold. The formula for the LOOKUP is such
=LOOKUP(">=67",CONCATENATE("B",MATCH((MAX(I9:I450)),$I9:$I450,0)-3,":","B",20+MATCH((MAX(I9:I450)),$I9:$I450,0)),CONCATENATE("A",MATCH((MAX(I9:I450)),$I9:$I450,0)-3,":","A",20+MATCH((MAX(I9:I450)),$I9:$I450,0)
this gives a #VALUE result.
When working step by step through the formula in excel it finally processes down to
Evaluation: = LOOKUP(95.413,"B356:379","A356:379")
the next step fails due to the Quotation marks in the formula. When typing in =LOOKUP(95.413,B356:379,A356:379) the formula works perfectly.
Does anyone know how to remove the quotation marks?
Thanks