Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am stuck with this dilemma please help I need to sum cells a row with a variable range that is dependent of a number a user of the work sheet types.
Cell A1: __ User Defined Variable {1,2,3 ect.) Column A B C D E F Row2 5 7 8 5 3 2 Sum A2:C2 if User defined Variable is 3 Row3 4 1 7 5 9 6 Sum A3:E3 if User defined Variable is 4 Row4 1 5 7 8 5 7 Sum A4:B4 if User defined Variable is 2 Please help Tks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Sunday, September 9, 2012 8:16:34 PM UTC-7, VinB wrote:
I am stuck with this dilemma please help I need to sum cells a row with a variable range that is dependent of a number a user of the work sheet types. Cell A1: __ User Defined Variable {1,2,3 ect.) Column A B C D E F Row2 5 7 8 5 3 2 Sum A2:C2 if User defined Variable is 3 Row3 4 1 7 5 9 6 Sum A3:E3 if User defined Variable is 4 Row4 1 5 7 8 5 7 Sum A4:B4 if User defined Variable is 2 Please help Tks -- VinB Hi VinB In K1,2,3 enter 3,4,2. In L1,2,3 enter =A2+C2, =A3+E3, =A4+B4 In J1 enter =VLOOKUP(A1,K1:L3,2,0) In A1 enter the User defined variable. HTH Regard, Howard |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Am Mon, 10 Sep 2012 03:16:34 +0000 schrieb VinB: I am stuck with this dilemma please help I need to sum cells a row with a variable range that is dependent of a number a user of the work sheet types. Cell A1: __ User Defined Variable {1,2,3 ect.) Column A B C D E F Row2 5 7 8 5 3 2 Sum A2:C2 if User defined Variable is 3 Row3 4 1 7 5 9 6 Sum A3:E3 if User defined Variable is 4 Row4 1 5 7 8 5 7 Sum A4:B4 if User defined Variable is 2 try: =SUM(OFFSET($A2,,,,$A$1)) Regards Claus Busch -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
#4
![]() |
|||
|
|||
![]() Quote:
Many thanks it works Brgds Vin |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How fill series containing one variable and one fixed value in XL | Excel Discussion (Misc queries) | |||
percent of a fixed and variable number | Excel Discussion (Misc queries) | |||
Fill variable number of cells with a fixed text | Excel Programming | |||
Fixed column- Variable row # | Excel Discussion (Misc queries) | |||
From a fixed cell to a variable | Excel Programming |