D32 has the formula
=IF(AND(VLOOKUP(J1,PMast!A8:CC5001,9,FALSE)="P",K2 2="NA"),"NA",IF(IF(AND(D30="NA",D31="NA"),"NA",IF( MAX(D30,D31)<4500,4500,MAX(D30,D31)))>17950,17950, IF(AND(D30="NA",D31="NA"),"NA",IF(MAX(D30,D31)<450 0,4500,MAX(D30,D31)))))
D32 changes with the vlookup values entered therein
what i need is
each time when i enter a new lookupvalue i need the D32 to be
copied/written permanently, in the BL column of corresponding row of vlookup value in the the sheet PMast
that is
if vlook up value is 1 and d32=2526 then in sheet PMast, BL1 = 2526
& when i enter vlook up value 6 and d32=5255 then in sheet PMast, BL6= 5255 and BL1 = 2526
again if i enter vlook up value is 1 and d32=3333(since i changed some other values) then in sheet PMast,
BL1 = 3333 (re-written) and BL6=5255
Bookmarks