![]() |
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! |
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! |
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! |
All times are GMT +1. The time now is 01:44 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com