hi guys,
i would like to ask how can i resolve this.....
Below is my actual data.
date time temp
1 10/7/2019 0:12 120.3
2 10/7/2019 0:13 119.5
3 10/7/2019 0:13 121.3
4 10/7/2019 0:13 120
5 10/7/2019 0:13 121.2
6 10/7/2019 0:13 120
7 10/7/2019 0:13 121.1
8 10/7/2019 0:14 120.6
i have a cutoff or reference value in j3,( eg.. 121). once it happens, then i need k3 to be 10/7/2019 0:13(3 10/7/2019 0:13 121.3)
how can this happen...can somebody help me on this..
i used lookup....LOOKUP(J3, C8:C1000, B8:B1000)
but it showing last cell value that is cell 7.
also lookup value function is not working when i change the data ....
i want to find the date time(column 1) of reference value given in j3 (temp, column 2) either in excel or vba excel
i would like to ask how can i resolve this.....
Below is my actual data.
date time temp
1 10/7/2019 0:12 120.3
2 10/7/2019 0:13 119.5
3 10/7/2019 0:13 121.3
4 10/7/2019 0:13 120
5 10/7/2019 0:13 121.2
6 10/7/2019 0:13 120
7 10/7/2019 0:13 121.1
8 10/7/2019 0:14 120.6
i have a cutoff or reference value in j3,( eg.. 121). once it happens, then i need k3 to be 10/7/2019 0:13(3 10/7/2019 0:13 121.3)
how can this happen...can somebody help me on this..
i used lookup....LOOKUP(J3, C8:C1000, B8:B1000)
but it showing last cell value that is cell 7.
also lookup value function is not working when i change the data ....
i want to find the date time(column 1) of reference value given in j3 (temp, column 2) either in excel or vba excel