Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
how i do apply a formula at alternate cell , while i have 30 number of column
such as Pakg. qty. pakg. qty total Pack. total. qty 2 200 3 600 ? ? Regards Zafar |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(MOD(COLUMN(A2:F2)-COLUMN(A2),2)=0),A2:F2)
and copy across for qty -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "vlook fomula" wrote in message ... how i do apply a formula at alternate cell , while i have 30 number of column such as Pakg. qty. pakg. qty total Pack. total. qty 2 200 3 600 ? ? Regards Zafar |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming package # in A2, C2, E2, quantity # in B2, D2
Sum (package #): =SUMPRODUCT((MOD(COLUMN($A:$E),2)=1)*A2:E2) Sum (quantity #): =SUMPRODUCT((MOD(COLUMN($A:$E),2)=0)*A2:E2) Extend to suit -- Max Singapore http://savefile.com/projects/236895 Downloads:15,700 Files:353 Subscribers:53 xdemechanik --- "vlook fomula" wrote: how i do apply a formula at alternate cell , while i have 30 number of column such as Pakg. qty. pakg. qty total Pack. total. qty 2 200 3 600 ? ? Regards Zafar |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding Min Cell values excluding zero in alternate columns | Excel Worksheet Functions | |||
Conditional formatting: alternate shading PLUS red for 0 values | Excel Discussion (Misc queries) | |||
Finding Min Cell values excluding zero in alternate columns | Excel Worksheet Functions | |||
formula for named cell/range using cell values | Excel Worksheet Functions | |||
Identifying exact values in alternate rows | Excel Worksheet Functions |