I want to sum the alternate column/ row like (a1, c1, e1).
How can I do it.
Thanks
shubhkaran
I want to sum the alternate column/ row like (a1, c1, e1).
How can I do it.
Thanks
shubhkaran
Hi,
This link should help
http://www.mcgimpsey.com/excel/formu...meverynth.html
VBA Noob
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
You can use an array formula like this for columns A C E etc:
=SUM(IF(MOD(COLUMN(A1:E1),2)<>0,A1:E1))
Note, this is an array formula. You must press CTRL+SHIFt+ENTER for it to work
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks