This is obvioulsy a simplified version but is essentially what i need to do.
Thanks for your prompt response.
T-J
"Mike H" wrote:
> An indication of what the table looks like would be helpful
>
> Mike
>
> "T-J" wrote:
>
> > Can anybody hep me, I am trying to combine a SUMIF formula and a HLOOKUP to
> > return tha combined total of similar items in a table.
> >
> > Thanks
> Hi Mike
>
> I want to lookup and sum the total compensation in a particular year:
>
> eg:
> 2006 2007
> Compensation 1000 2000
> Compensation 800 900
>
>
> This is obvioulsy a simplified version but is essentially what i need to do.
>
> Thanks for your prompt response.
>
> T-J
> "Mike H" wrote:
>
> > An indication of what the table looks like would be helpful
> >
> > Mike
> >
> > "T-J" wrote:
> >
> > > Can anybody hep me, I am trying to combine a SUMIF formula and a HLOOKUP to
> > > return tha combined total of similar items in a table.
> > >
> > > Thanks
Mike H wrote:
>Possibly:-
>
>=SUMPRODUCT((A2:A20="Compensation")*(B1:E1=2002)*(B2:E20))
>
>The year to sum could be a cell reference.
>
>Mike
>
>> Hi Mike
>>
>[quoted text clipped - 19 lines]
>> > >
>> > > Thanks
Thanks Mike, That's helped me with a problem I had
> Possibly:-
>
> =SUMPRODUCT((A2:A20="Compensation")*(B1:E1=2002)*(B2:E20))
>
> The year to sum could be a cell reference.
>
> Mike
>
> "T-J" wrote:
>
> > Hi Mike
> >
> > I want to lookup and sum the total compensation in a particular year:
> >
> > eg:
> > 2006 2007
> > Compensation 1000 2000
> > Compensation 800 900
> >
> >
> > This is obvioulsy a simplified version but is essentially what i need to do.
> >
> > Thanks for your prompt response.
> >
> > T-J
> > "Mike H" wrote:
> >
> > > An indication of what the table looks like would be helpful
> > >
> > > Mike
> > >
> > > "T-J" wrote:
> > >
> > > > Can anybody hep me, I am trying to combine a SUMIF formula and a HLOOKUP to
> > > > return tha combined total of similar items in a table.
> > > >
> > > > Thanks
Hi
Show what your data looks like and what it is you are trying to Sum.
--
Regards
Roger Govier
"T-J" <T-J@discussions.microsoft.com> wrote in message
news:233A9E68-C2EE-4F0F-8942-0BBC6CC1F551@microsoft.com...
> Can anybody hep me, I am trying to combine a SUMIF formula and a
> HLOOKUP to
> return tha combined total of similar items in a table.
>
> Thanks
This is obvioulsy a simplified version but is essentially what i need to do.
Thanks for your prompt response.
T-J
"Roger Govier" wrote:
> Hi
> Show what your data looks like and what it is you are trying to Sum.
>
> --
> Regards
>
> Roger Govier
>
>
> "T-J" <T-J@discussions.microsoft.com> wrote in message
> news:233A9E68-C2EE-4F0F-8942-0BBC6CC1F551@microsoft.com...
> > Can anybody hep me, I am trying to combine a SUMIF formula and a
> > HLOOKUP to
> > return tha combined total of similar items in a table.
> >
> > Thanks
>
>
>
"T-J" <TJ@discussions.microsoft.com> wrote in message
news:BA99366D-6D58-4C71-A12F-E10883C5EDF2@microsoft.com...
> Hi Roger,
>
> I want to lookup and sum the total compensation in a particular year:
>
> eg:
> 2006 2007
> Compensation 1000 2000
> Compensation 800 900
>
>
> This is obvioulsy a simplified version but is essentially what i need
> to do.
>
> Thanks for your prompt response.
>
> T-J
>
>
> "Roger Govier" wrote:
>
>> Hi
>> Show what your data looks like and what it is you are trying to Sum.
>>
>> --
>> Regards
>>
>> Roger Govier
>>
>>
>> "T-J" <T-J@discussions.microsoft.com> wrote in message
>> news:233A9E68-C2EE-4F0F-8942-0BBC6CC1F551@microsoft.com...
>> > Can anybody hep me, I am trying to combine a SUMIF formula and a
>> > HLOOKUP to
>> > return tha combined total of similar items in a table.
>> >
>> > Thanks
>>
>>
>>