V
Vimlesh
I mean to say if we have this formula in a cell:
=vlookup(A12,A35:j40,4,true)
Now i wanna make this 4 to be act as variable and when i drag the cell
containg above formula, copied cell have values 5,6 7 ..n so on in place of 4.
It can seen as reverse of making variable as constant by use of $. e.g.$A$15.
=vlookup(A12,A35:j40,4,true)
Now i wanna make this 4 to be act as variable and when i drag the cell
containg above formula, copied cell have values 5,6 7 ..n so on in place of 4.
It can seen as reverse of making variable as constant by use of $. e.g.$A$15.