Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 61
Default Excel 2003 Lookup function

I have a spreadsheet with a list of Employees sometimes these employee are
listed more that once. I would like to perform a lookup on another worksheet
to add up their FTE and put it in one cell. A1 Employee B1 .50, A2 Same
Employee B2 .25, A3 Same Employee B3 .25, for a total of 1.0 Full Time Equ.
Do you know what formula I would use to lookup the name of the employee and
return the total of the FTE to one cell on a different spreadsheet.

Thanks.
--
Newfie
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Excel 2003 Lookup function

Try this:

=SUMIF(Sheet1!A1:A100,"employee",Sheet1!B1:B100)

Better to use a cell to hold the employee name:

D1 = employee name

=SUMIF(Sheet1!A1:A100,D1,Sheet1!B1:B100)

--
Biff
Microsoft Excel MVP


"Newfie809" wrote in message
...
I have a spreadsheet with a list of Employees sometimes these employee are
listed more that once. I would like to perform a lookup on another
worksheet
to add up their FTE and put it in one cell. A1 Employee B1 .50, A2 Same
Employee B2 .25, A3 Same Employee B3 .25, for a total of 1.0 Full Time
Equ.
Do you know what formula I would use to lookup the name of the employee
and
return the total of the FTE to one cell on a different spreadsheet.

Thanks.
--
Newfie



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 61
Default Excel 2003 Lookup function

Hi T. Valko,

I had already tried your first suggestion using the employee name and it did
not work, because if I did a data query on the first spread sheet, it change
the second sheet and the name did not match the name in the formula becasuse
they were linked.

But the your second suggestion worked. Thanks.


--
Newfie


"T. Valko" wrote:

Try this:

=SUMIF(Sheet1!A1:A100,"employee",Sheet1!B1:B100)

Better to use a cell to hold the employee name:

D1 = employee name

=SUMIF(Sheet1!A1:A100,D1,Sheet1!B1:B100)

--
Biff
Microsoft Excel MVP


"Newfie809" wrote in message
...
I have a spreadsheet with a list of Employees sometimes these employee are
listed more that once. I would like to perform a lookup on another
worksheet
to add up their FTE and put it in one cell. A1 Employee B1 .50, A2 Same
Employee B2 .25, A3 Same Employee B3 .25, for a total of 1.0 Full Time
Equ.
Do you know what formula I would use to lookup the name of the employee
and
return the total of the FTE to one cell on a different spreadsheet.

Thanks.
--
Newfie




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Excel 2003 Lookup function

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Newfie809" wrote in message
...
Hi T. Valko,

I had already tried your first suggestion using the employee name and it
did
not work, because if I did a data query on the first spread sheet, it
change
the second sheet and the name did not match the name in the formula
becasuse
they were linked.

But the your second suggestion worked. Thanks.


--
Newfie


"T. Valko" wrote:

Try this:

=SUMIF(Sheet1!A1:A100,"employee",Sheet1!B1:B100)

Better to use a cell to hold the employee name:

D1 = employee name

=SUMIF(Sheet1!A1:A100,D1,Sheet1!B1:B100)

--
Biff
Microsoft Excel MVP


"Newfie809" wrote in message
...
I have a spreadsheet with a list of Employees sometimes these employee
are
listed more that once. I would like to perform a lookup on another
worksheet
to add up their FTE and put it in one cell. A1 Employee B1 .50, A2
Same
Employee B2 .25, A3 Same Employee B3 .25, for a total of 1.0 Full Time
Equ.
Do you know what formula I would use to lookup the name of the employee
and
return the total of the FTE to one cell on a different spreadsheet.

Thanks.
--
Newfie






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Drop down menu and two dimensional lookup in Excel 2003 THE BIG O Excel Worksheet Functions 8 February 9th 06 08:37 PM
Does 2003 excel have training on V Lookup Matt Franc Excel Worksheet Functions 4 September 28th 05 08:12 PM
In Excel 2003 how do you get a table to update based on lookup cr. cliveshelton Excel Worksheet Functions 0 April 20th 05 04:24 PM
can i delete "lookup" from right-click in excel 2003? aarria Excel Worksheet Functions 1 February 22nd 05 05:34 PM
Lookup function in Excel Feldy Excel Worksheet Functions 4 February 17th 05 04:25 PM


All times are GMT +1. The time now is 07:26 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"