Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have 6 columns, which looks like this, I want the sum of all the Ideal time
and Achieved time for A01, A02 and A03 respectively ID Ideal time achieved time Ideal time Achieved time IDeal time achieved time A01 45 50 35 30 30 50 A02 50 35 37 33 25 41 A03 35 25 40 35 60 55 Thanks in Advance!! Vicky |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this
=SUMPRODUCT((B1:G1="ideal time")*(A2:A4="A01")*(B2:G4)) On Feb 9, 12:24*pm, Vicky wrote: I have 6 columns, which looks like this, I want the sum of all the Ideal time and Achieved time for A01, A02 and A03 respectively ID * *Ideal time *achieved time *Ideal time Achieved time IDeal time achieved time A01 *45 * * * * * * * * 50 * * * * * * * *35 * * * * * * * 30 * * * * * * * * *30 * * * * * * 50 A02 *50 * * * * * * * * 35 * * * * * * * * 37 * * * * * * *33 * * * * * * * * * 25 * * * * * * 41 * * A03 *35 * * * * * * * * 25 * * * * * * * * 40 * * * * * * *35 * * * * * * * * * 60 * * * * * * *55 Thanks in Advance!! Vicky |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It is returning me the #value error.
Thx, Vicky "muddan madhu" wrote: Try this =SUMPRODUCT((B1:G1="ideal time")*(A2:A4="A01")*(B2:G4)) On Feb 9, 12:24 pm, Vicky wrote: I have 6 columns, which looks like this, I want the sum of all the Ideal time and Achieved time for A01, A02 and A03 respectively ID Ideal time achieved time Ideal time Achieved time IDeal time achieved time A01 45 50 35 30 30 50 A02 50 35 37 33 25 41 A03 35 25 40 35 60 55 Thanks in Advance!! Vicky |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
finally got the answer, i did it on my own.
Thx Vicky "Vicky" wrote: I have 6 columns, which looks like this, I want the sum of all the Ideal time and Achieved time for A01, A02 and A03 respectively ID Ideal time achieved time Ideal time Achieved time IDeal time achieved time A01 45 50 35 30 30 50 A02 50 35 37 33 25 41 A03 35 25 40 35 60 55 Thanks in Advance!! Vicky |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Vicky
there is nothing wrong with the formula, it must be your data. To have a #Value error, I would suspect that you have some Text within the data area -- Regards Roger Govier "Vicky" wrote in message ... It is returning me the #value error. Thx, Vicky "muddan madhu" wrote: Try this =SUMPRODUCT((B1:G1="ideal time")*(A2:A4="A01")*(B2:G4)) On Feb 9, 12:24 pm, Vicky wrote: I have 6 columns, which looks like this, I want the sum of all the Ideal time and Achieved time for A01, A02 and A03 respectively ID Ideal time achieved time Ideal time Achieved time IDeal time achieved time A01 45 50 35 30 30 50 A02 50 35 37 33 25 41 A03 35 25 40 35 60 55 Thanks in Advance!! Vicky |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
and the answer was ...... ?
-- Regards Roger Govier "Vicky" wrote in message ... finally got the answer, i did it on my own. Thx Vicky "Vicky" wrote: I have 6 columns, which looks like this, I want the sum of all the Ideal time and Achieved time for A01, A02 and A03 respectively ID Ideal time achieved time Ideal time Achieved time IDeal time achieved time A01 45 50 35 30 30 50 A02 50 35 37 33 25 41 A03 35 25 40 35 60 55 Thanks in Advance!! Vicky |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry for replying late,
I used the formulat =SUMPRODUCT(--($B$1:$G$1=$I$1),B2:G2) Ideal time Achieved time Ideal time Achieved time Ideal time Achieved time Ideal time Achieved time A01 45 50 35 30 30 50 110 A02 50 35 37 33 25 41 112 A03 35 25 40 35 60 55 135 Thx, Vicky "Roger Govier" wrote: and the answer was ...... ? -- Regards Roger Govier "Vicky" wrote in message ... finally got the answer, i did it on my own. Thx Vicky "Vicky" wrote: I have 6 columns, which looks like this, I want the sum of all the Ideal time and Achieved time for A01, A02 and A03 respectively ID Ideal time achieved time Ideal time Achieved time IDeal time achieved time A01 45 50 35 30 30 50 A02 50 35 37 33 25 41 A03 35 25 40 35 60 55 Thanks in Advance!! Vicky |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumproduct function / VB user defined function | Excel Discussion (Misc queries) | |||
Is SUMPRODUCT the right function to use? | Excel Worksheet Functions | |||
use of sumproduct function | Excel Worksheet Functions | |||
SUMIF Function Inside SUMPRODUCT Function | Excel Worksheet Functions | |||
sumproduct function | Excel Discussion (Misc queries) |