Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default every 15th row - formula

Hi,

Could you please tell me how can I find every 15th row in one column of data
using excel formula?
Many thanks for an answer.


Irek



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default every 15th row - formula

Hi
dio you want to sum the row cvalues?. If yes try:
=SUMPRODUCT(--(MOD(ROW(A1:A1000)-1,15)=0),A1:A1000)

--
Regards
Frank Kabel
Frankfurt, Germany

"Reniek" schrieb im Newsbeitrag
...
Hi,

Could you please tell me how can I find every 15th row in one column

of data
using excel formula?
Many thanks for an answer.


Irek




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default every 15th row - formula

Irek,

Put this formula in A1 and copy down.

=INDEX(A1:A1000,ROW(A1)*15)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Reniek" wrote in message
...
Hi,

Could you please tell me how can I find every 15th row in one column of

data
using excel formula?
Many thanks for an answer.


Irek





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default every 15th row - formula

Sorry, I meant in B1 and copy down

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Bob Phillips" wrote in message
...
Irek,

Put this formula in A1 and copy down.

=INDEX(A1:A1000,ROW(A1)*15)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Reniek" wrote in message
...
Hi,

Could you please tell me how can I find every 15th row in one column of

data
using excel formula?
Many thanks for an answer.


Irek







  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default every 15th row - formula

Thank you, could you advise one more thing?

I'd like to copy down formula and have in column B "found" exactly 15th row
after previous one, I mean B15, B30, B45,etc...

I know it is easy but I can't

Reniek

Użytkownik "Bob Phillips" napisał w
wiadomości ...
Sorry, I meant in B1 and copy down

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Bob Phillips" wrote in message
...
Irek,

Put this formula in A1 and copy down.

=INDEX(A1:A1000,ROW(A1)*15)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Reniek" wrote in message
...
Hi,

Could you please tell me how can I find every 15th row in one column

of
data
using excel formula?
Many thanks for an answer.


Irek











  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default every 15th row - formula

Hi Reniek,

Try = IF(MOD(ROW(),15)=0,"Found","")

HTH

Alan P

"Reniek" wrote in message
...
Thank you, could you advise one more thing?

I'd like to copy down formula and have in column B "found" exactly 15th
row
after previous one, I mean B15, B30, B45,etc...

I know it is easy but I can't

Reniek

Użytkownik "Bob Phillips" napisał w
wiadomości ...
Sorry, I meant in B1 and copy down

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Bob Phillips" wrote in message
...
Irek,

Put this formula in A1 and copy down.

=INDEX(A1:A1000,ROW(A1)*15)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Reniek" wrote in message
...
Hi,

Could you please tell me how can I find every 15th row in one column

of
data
using excel formula?
Many thanks for an answer.


Irek











  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default every 15th row - formula

Thanks a lot !!!
Użytkownik "Alan Perkins" napisał w wiadomości
...
Hi Reniek,

Try = IF(MOD(ROW(),15)=0,"Found","")

HTH

Alan P

"Reniek" wrote in message
...
Thank you, could you advise one more thing?

I'd like to copy down formula and have in column B "found" exactly 15th
row
after previous one, I mean B15, B30, B45,etc...

I know it is easy but I can't

Reniek

Użytkownik "Bob Phillips" napisał w
wiadomości ...
Sorry, I meant in B1 and copy down

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Bob Phillips" wrote in message
...
Irek,

Put this formula in A1 and copy down.

=INDEX(A1:A1000,ROW(A1)*15)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Reniek" wrote in message
...
Hi,

Could you please tell me how can I find every 15th row in one

column
of
data
using excel formula?
Many thanks for an answer.


Irek













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
Formatting for 15th and last day of the month Emilio Guerra Excel Worksheet Functions 2 April 29th 23 07:41 PM
Updating a Value every 15th and 1st Hugnuffer Excel Discussion (Misc queries) 1 July 24th 09 08:33 PM
Date if before or after 15th of month wf315 Excel Worksheet Functions 4 August 24th 08 11:44 PM
date formula returns the 15th or the end of month Steve Excel Worksheet Functions 8 January 2nd 08 06:31 AM
15th of prior month Deb Excel Worksheet Functions 3 February 6th 07 09:48 PM


All times are GMT +1. The time now is 06:14 AM.

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"