richard_brussels
New Member
- Joined
- Jul 25, 2008
- Messages
- 5
Hi,
I have inherited a rather large worksheet that contains multiple columns of the style:
AC1=($B$1-Q1)/($B$11-1)
AC2=($B$1-Q2)/($B$11-1)
AD1=($B$1-R1)/($B$11-2)
where Q1,R1 etc. are static values.
I would therefore like to replace the references to these cells with the values contained in them so that the cells can then be deleted.
The absolute references MUST be kept as these will be changed.
I'm happy to use a solution within excel or VBA, whatever is best.
Thanks in advance,
I have inherited a rather large worksheet that contains multiple columns of the style:
AC1=($B$1-Q1)/($B$11-1)
AC2=($B$1-Q2)/($B$11-1)
AD1=($B$1-R1)/($B$11-2)
where Q1,R1 etc. are static values.
I would therefore like to replace the references to these cells with the values contained in them so that the cells can then be deleted.
The absolute references MUST be kept as these will be changed.
I'm happy to use a solution within excel or VBA, whatever is best.
Thanks in advance,