Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default dragging formula to make selection

hi, i need to drag a formula down a column which selects every tenth cell
from another column, please. for example in column d3:d102 i need to have
every 10th entry in column a3:a1002. thanks for your time.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,073
Default dragging formula to make selection

On Jul 30, 9:52 pm, memobile wrote:
hi, i need to drag a formula down a column which selects every tenth cell
from another column, please. for example in column d3:d102 i need to have
every 10th entry in column a3:a1002. thanks for your time.


Maybe...

=OFFSET($A$3,(ROWS($1:1)-1)*10+9,0,1,1)

Ken Johnson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default dragging formula to make selection

The following formula in D3, drag down as needed:
=INDEX($A$3:$A$1002,(ROW()-3)*10+1,1)
--
John C


"memobile" wrote:

hi, i need to drag a formula down a column which selects every tenth cell
from another column, please. for example in column d3:d102 i need to have
every 10th entry in column a3:a1002. thanks for your time.

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
Dragging Down a Formula JBoyer Excel Worksheet Functions 4 July 3rd 08 12:57 PM
How to make View Fit Selection work? [email protected] Excel Discussion (Misc queries) 1 September 3rd 07 01:28 PM
Excel range selection as if dragging, keyboard not responding lohende New Users to Excel 1 July 22nd 07 03:26 PM
how to make a menu selection in the same cell? Eve Excel Discussion (Misc queries) 1 March 29th 06 08:29 PM
dragging a formula P Bates Excel Discussion (Misc queries) 3 August 7th 05 09:37 PM


All times are GMT +1. The time now is 09:24 PM.

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

About Us

"It's about Microsoft Excel"