D
Deepak
Hi
i use VLOOKUP formula on around 600 records.
It works perfectly fine but after 350 records, the values are undesirable.
Please help.
What i am trying to this is:
Sheet-1
A D E I
1 Phoneno Activedt RechargeDt Autonumber
2 1723091070 29-Apr 29-Apr 2
3 1723091070 29-Apr 11-May 3
4 1723091070 29-Apr 11-Jun 4
5 1723093698 30-Apr 14-Jun 859
6 1723093756 28-Apr 28-Apr 5
7 1723093756 28-Apr 16-Jun 6
I need to do the following:
(i) Sort record to get the last recharge date for a particular phoneno
eg. 1723091070 last recharge on 11-Jun
(ii) Enter that last recharge date using vlookup formula on next sheet.
Currently i use the following formula to get the last rechargedate:
=vlookup(a2,sheet1!A$1:I$1000,5,max(sheet1!I$1:I$1000)
where 5 = column E.
using this i get good results till record 350, but not after that.
Please help, its' urgent
i use VLOOKUP formula on around 600 records.
It works perfectly fine but after 350 records, the values are undesirable.
Please help.
What i am trying to this is:
Sheet-1
A D E I
1 Phoneno Activedt RechargeDt Autonumber
2 1723091070 29-Apr 29-Apr 2
3 1723091070 29-Apr 11-May 3
4 1723091070 29-Apr 11-Jun 4
5 1723093698 30-Apr 14-Jun 859
6 1723093756 28-Apr 28-Apr 5
7 1723093756 28-Apr 16-Jun 6
I need to do the following:
(i) Sort record to get the last recharge date for a particular phoneno
eg. 1723091070 last recharge on 11-Jun
(ii) Enter that last recharge date using vlookup formula on next sheet.
Currently i use the following formula to get the last rechargedate:
=vlookup(a2,sheet1!A$1:I$1000,5,max(sheet1!I$1:I$1000)
where 5 = column E.
using this i get good results till record 350, but not after that.
Please help, its' urgent