imla
Member
Hi,
given a 2 rows:
row date: is an incremented serie of dates B2, B2+1, C2+1, ...etc
row data: is an increasing sequence of values from a fixed set X={60,30,20,10}
[pre]
[/pre]
Question: I want a formula given a value x in the set X find the LAST date.
examples:
for x=60 the date is 7/24/2013
for x=30 the date is 7/26/2013
PS: in general the sequence may start from 30 to 10 and 20 may not be in the sequence.
given a 2 rows:
row date: is an incremented serie of dates B2, B2+1, C2+1, ...etc
row data: is an increasing sequence of values from a fixed set X={60,30,20,10}
[pre]
Code:
date: 7/22/2013 7/23/2013 7/24/2013 7/25/2013 7/26/2013 7/27/2013 7/28/2013 7/29/2013
data: 60 60 60 30 30 20 10 10
Question: I want a formula given a value x in the set X find the LAST date.
examples:
for x=60 the date is 7/24/2013
for x=30 the date is 7/26/2013
PS: in general the sequence may start from 30 to 10 and 20 may not be in the sequence.