Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
HELLO,
I HAVE A LARGE SHEET COLUMNS RANGING FROM D TO WV. I WANT TO SUM EVERY OTHER COLUMNS. PLS HELP ME THANKS |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I HAVE A LARGE SHEET COLUMNS RANGING FROM D TO WV.
I WANT TO SUM EVERY OTHER COLUMNS. PLS HELP ME THANKS Maybe something like this would help. Find an unused out-of-the way row. I used row 7. In D7, put =--ISODD(COLUMN()) And copy rightward to WV7 Then the desired result should be =SUMPRODUCT(D1:WV1, D7:WV7) If you want to start the sum in column E rather than D, use ISEVEN instead of ISODD. The extra row can be hidden to avoid clutter. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Then the desired result should be =SUMPRODUCT(D1:WV1, D7:WV7) Correction: better would be =SUMPRODUCT(D1:WV1,D$7:WV$7)Â* |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Referencing date column A & time column B to get info from column | Excel Discussion (Misc queries) | |||
Search for a column based on the column header and then past data from it to another column in another workbook | Excel Programming | |||
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look | Excel Programming | |||
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look | Excel Discussion (Misc queries) | |||
How can i have all alike product codes in column A be matched with like cities in column B and then add the totals that are in column C | Excel Programming |