Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I would like to sum values in columns A,C,an E (odd columns). I have analysis toolpak installed so that the formula =ISODD(1) returns TRUE However this formula entered as an array formula (Ctrl-Shift-Enter) returns #VALUE =SUM(( ISODD(COLUMN(A2:E3)))*A2:E3) I developed my own formula without using ISODD and entered as an array formula it works =SUM(MOD(COLUMN(A2:E3),2)*IF(ISNUMBER(A2:E3),A2:E3 ,0)) =MOD(COLUMN(A2),2) gives the same results as =ISODD(COLUMN(A2)) Any idea why the ISODD array formula returns an #VALUE Thanks Laurence |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
isodd formula does nt work. Any support on that. | New Users to Excel | |||
conditional formating with isodd and iseven | Excel Worksheet Functions | |||
ISODD and EVEN formula | Excel Worksheet Functions | |||
IF and ISODD Formula Help | Excel Worksheet Functions | |||
=ISODD Behaving Oddly | Excel Programming |