ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Format range of cells for Array formula (https://www.excelbanter.com/excel-programming/361818-format-range-cells-array-formula.html)

Knox

Format range of cells for Array formula
 
what is the quickest way to select a range of cells with formulas and convert
them to array formula format? hitting F2 and ctrl+shift+enter takes forever.
thank you!

Don Guillett

Format range of cells for Array formula
 
maybe this but maybe you could change one manually and copy down.?

for each c in range("a2:a22")
c.FormulaArray = c.Formula
Next c
--
Don Guillett
SalesAid Software

"Knox" wrote in message
...
what is the quickest way to select a range of cells with formulas and
convert
them to array formula format? hitting F2 and ctrl+shift+enter takes
forever.
thank you!




Knox

Format range of cells for Array formula
 
Awesome! that worked. No, for some reason I can't copy down that particular
format. thanx

"Don Guillett" wrote:

maybe this but maybe you could change one manually and copy down.?

for each c in range("a2:a22")
c.FormulaArray = c.Formula
Next c
--
Don Guillett
SalesAid Software

"Knox" wrote in message
...
what is the quickest way to select a range of cells with formulas and
convert
them to array formula format? hitting F2 and ctrl+shift+enter takes
forever.
thank you!





Don Guillett

Format range of cells for Array formula
 
glad to help

--
Don Guillett
SalesAid Software

"Knox" wrote in message
...
Awesome! that worked. No, for some reason I can't copy down that
particular
format. thanx

"Don Guillett" wrote:

maybe this but maybe you could change one manually and copy down.?

for each c in range("a2:a22")
c.FormulaArray = c.Formula
Next c
--
Don Guillett
SalesAid Software

"Knox" wrote in message
...
what is the quickest way to select a range of cells with formulas and
convert
them to array formula format? hitting F2 and ctrl+shift+enter takes
forever.
thank you!








All times are GMT +1. The time now is 01:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com