![]() |
SumProduct function
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 |
SumProduct function
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 |
SumProduct function
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 |
SumProduct function
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 |
SumProduct function
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 |
SumProduct function
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 |
SumProduct function
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 |
All times are GMT +1. The time now is 12:34 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com