![]() |
sum of every 4th cell in a row.
I am trying to set up a spread sheet where each element in a row has four
different columns of data. At the end of the row I need to do various calculations based on the sum of each column for each element. BX5 = C5+G5+K5+O5+etc. BY5 = D5+I5+L5+P5,+etc I've seen several similar calculations using data in column, but not in rows and I have not been able to translate that info into rows. Monie |
sum of every 4th cell in a row.
Try this:
=SUMPRODUCT(--(MOD(COLUMN(C5:AA5)-COLUMN(C5),4)=0),C5:AA5) Adjust for the correct end of the range. -- Biff Microsoft Excel MVP "Monique" wrote in message ... I am trying to set up a spread sheet where each element in a row has four different columns of data. At the end of the row I need to do various calculations based on the sum of each column for each element. BX5 = C5+G5+K5+O5+etc. BY5 = D5+I5+L5+P5,+etc I've seen several similar calculations using data in column, but not in rows and I have not been able to translate that info into rows. Monie |
sum of every 4th cell in a row.
Thanks. I see what I was doing wrong in my translation from rows to columns.
I was not being specific enough about the cells to calculate. "T. Valko" wrote: Try this: =SUMPRODUCT(--(MOD(COLUMN(C5:AA5)-COLUMN(C5),4)=0),C5:AA5) Adjust for the correct end of the range. -- Biff Microsoft Excel MVP "Monique" wrote in message ... I am trying to set up a spread sheet where each element in a row has four different columns of data. At the end of the row I need to do various calculations based on the sum of each column for each element. BX5 = C5+G5+K5+O5+etc. BY5 = D5+I5+L5+P5,+etc I've seen several similar calculations using data in column, but not in rows and I have not been able to translate that info into rows. Monie |
sum of every 4th cell in a row.
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "Monique" wrote in message ... Thanks. I see what I was doing wrong in my translation from rows to columns. I was not being specific enough about the cells to calculate. "T. Valko" wrote: Try this: =SUMPRODUCT(--(MOD(COLUMN(C5:AA5)-COLUMN(C5),4)=0),C5:AA5) Adjust for the correct end of the range. -- Biff Microsoft Excel MVP "Monique" wrote in message ... I am trying to set up a spread sheet where each element in a row has four different columns of data. At the end of the row I need to do various calculations based on the sum of each column for each element. BX5 = C5+G5+K5+O5+etc. BY5 = D5+I5+L5+P5,+etc I've seen several similar calculations using data in column, but not in rows and I have not been able to translate that info into rows. Monie |
All times are GMT +1. The time now is 10:17 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com