mactoolsix
Board Regular
- Joined
- Nov 30, 2010
- Messages
- 105
I have 10 columns AC thru AL. Some of these cells contain a formula returning blank "" and some contain numbers.
I need to add up only columns AC, AD, AK & AL when those cells contain a number - I need to skip if they are blank "" cells.
Simply adding AC+AD+AK+AL returns an error as some are "" blank cells.
If I use IFERROR then nothing is added as there is always a couple of "" blank cells.
Attempted to use SUMIF(AC+AD+AK+AL,"<>",AC+AD+AK+AL), however it returns a #VALUE ! error.
Would appreciate any help . . .
Mike
I need to add up only columns AC, AD, AK & AL when those cells contain a number - I need to skip if they are blank "" cells.
Simply adding AC+AD+AK+AL returns an error as some are "" blank cells.
If I use IFERROR then nothing is added as there is always a couple of "" blank cells.
Attempted to use SUMIF(AC+AD+AK+AL,"<>",AC+AD+AK+AL), however it returns a #VALUE ! error.
Would appreciate any help . . .
Mike