ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Putting a formula in place one time for the entire spreadsheet (https://www.excelbanter.com/excel-programming/328691-putting-formula-place-one-time-entire-spreadsheet.html)

jacob

Putting a formula in place one time for the entire spreadsheet
 
I would like to add the number displayed in every 15th cell in the B
column (starting with B20) and display those results in B5. Instead of
using
=(B20+B35+B50...)
is there a quicker formula I can use?


ALSO:

Is there a workday formula I can use to put the first workday of any
given month in a target cell, and then every 15th cell in the same row,
put the following day?

So: A1= 5/2/05
A16= 5/3/05
and so on...

Thanks guys!!!!!!!!!!!!!


Vasant Nanavati

Putting a formula in place one time for the entire spreadsheet
 
Every 15th cell all the way to the bottom of the worksheet???

=SUMPRODUCT((MOD(ROW(B15:B65536),15)=0)*(B15:B6553 6))

--

Vasant

"jacob" wrote in message
ups.com...
I would like to add the number displayed in every 15th cell in the B
column (starting with B20) and display those results in B5. Instead of
using
=(B20+B35+B50...)
is there a quicker formula I can use?


ALSO:

Is there a workday formula I can use to put the first workday of any
given month in a target cell, and then every 15th cell in the same row,
put the following day?

So: A1= 5/2/05
A16= 5/3/05
and so on...

Thanks guys!!!!!!!!!!!!!




jacob

Putting a formula in place one time for the entire spreadsheet
 
Hi,

I used your formula, but it gives a #VALUE in B5 instead of the total.
Any ideas?

Technically, I want the formula to add every 15th cell, starting with
B15 and ending with cell B350. I modified the above formula to end in
350, but I still get a #VALUE displayed. Any ideas?

Thanks again


Vasant Nanavati

Putting a formula in place one time for the entire spreadsheet
 
It works for me. Perhaps you have text in some of the cells?

--

Vasant

"jacob" wrote in message
ups.com...
Hi,

I used your formula, but it gives a #VALUE in B5 instead of the total.
Any ideas?

Technically, I want the formula to add every 15th cell, starting with
B15 and ending with cell B350. I modified the above formula to end in
350, but I still get a #VALUE displayed. Any ideas?

Thanks again




jacob

Putting a formula in place one time for the entire spreadsheet
 
No text. (there are some blanks, some of the B column cells have not
been filled out with a number yet. Those cells contain a formula, but
no value)Would you mind me sending you the document? i have to be doing
something wrong.

Jacob


Vasant Nanavati wrote:
It works for me. Perhaps you have text in some of the cells?

--

Vasant

"jacob" wrote in message
ups.com...
Hi,

I used your formula, but it gives a #VALUE in B5 instead of the

total.
Any ideas?

Technically, I want the formula to add every 15th cell, starting

with
B15 and ending with cell B350. I modified the above formula to end

in
350, but I still get a #VALUE displayed. Any ideas?

Thanks again



jacob

Putting a formula in place one time for the entire spreadsheet
 
I emailed it to you. Please let me know if it did NOT come thru.
thanks, in advance.
jacob


Vasant Nanavati

Putting a formula in place one time for the entire spreadsheet
 
Sorry, I'm on the road and am having trouble downloading files. I will
definitely look at it over the weekend.

--

Vasant

"jacob" wrote in message
oups.com...
I emailed it to you. Please let me know if it did NOT come thru.
thanks, in advance.
jacob





All times are GMT +1. The time now is 12:13 PM.

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