Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default 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!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default 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!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default 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!




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sum Array Range & Individual Cells Native Excel Discussion (Misc queries) 1 December 5th 07 08:10 PM
Redefine range of cells, array formula returns NA Ashley Excel Discussion (Misc queries) 4 February 24th 07 08:54 PM
Array as a "named range" - formula ok in cells, but error as "named range" tskogstrom Excel Discussion (Misc queries) 11 December 28th 06 04:44 PM
Tricky array formula issue - Using array formula on one cell, then autofilling down a range aspenbordr Excel Programming 0 July 27th 05 03:59 PM
Copying array formula to a range of cells... Dennis G. Excel Programming 7 January 4th 05 09:43 PM


All times are GMT +1. The time now is 02:32 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"