A Quick way?

UpTheArgyle

Board Regular
Joined
Jan 12, 2006
Messages
179
Does anyone know of a quick way to make all of the following exact cell referances, without clicking 13 times and pressing F4 13 times?

Looks like this

=STDEV(K5,K355,K705,K1055,K1405,K1755,K2105,K2455,K2805,K3155,K3505,K3855,K4205)


Wants to look like this

=STDEV($K$5,$K$355,$K$705,$K$1055,$K$1405,$K$1755,$K$2105,$K$2455,$K$2805,$K$3155,$K$3505,$K$3855,$K$4205)


Thanks
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Could you create a named range?

Highlight each cell that you want, then 'Insert>Name>Define' and give them a name, say 'MyRange'

Then your formula would be;
Code:
=STDEV(MyRange)

I've just tried it with a sum formula and it worked for me,

HTH
Colin
 
Upvote 0
CTRL-H to find K & replace all by $K$

Maybe pick the cell of interest & 1 other first: not just one cell if you don't want all worksheet cells to change.

HTH
 
Upvote 0
Select the whole formula in the formula bar and press f4.
 
Upvote 0

Forum statistics

Threads
1,224,525
Messages
6,179,319
Members
452,905
Latest member
deadwings

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top