#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default VLOOKUP may be?


I have a PR spreadsheet with 12 worksheets labeled by month - i have
names and salary amount for each month separate. Presently there are
only 35 employees. In July we had about 60, Aug 50 Sept 40 Oct till end
of June we will have 35 permanent employees . For labor negatation
purposes, management wants to work on figures involving the current 35
employees. I would like to create a "summary" worksheet that selects
names that appear on the three worksheets in one column and next column
either by month or the total YTD paid for the selcted employee.The extra
help are seasonal while we operate with 35 employees. By way of example:
worksheet July in col A has names, in B has amounts, the same format for
all consecutive months. Our fiscal year is July to June. Does any one
know an easy way to do this? Thanks in advance




--
ab3d4u
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 173
Default VLOOKUP may be?

I recommend typing or pasting the 35 names in a column (maybe A" on your
summary tab and then using the SUMIF function to get the totals in column B.
It would be a fairly lengthy formula but should do the trick. Or if you want
to show all of the months on the summary tab and then total them at the right
you could also use the SUMIF function in each position for each person and
month.

You could also use named ranges to make the ranges on each tab a little
easier to deal with. For example, if you named each column of names using
the month followed by N (e.g. JulN, AugN, etc.) and each column of values
with the month followed by S, the formula in cell B2 on your summary tab
would look something like:

=SUMIF(JulN,A2,JulS) + SUMIF(AugN,A2,AugS) + SUMIF(SepN,A2,SepS) + ....

The formula could be copied down for the rest of the names.

Will

"ab3d4u" wrote:


I have a PR spreadsheet with 12 worksheets labeled by month - i have
names and salary amount for each month separate. Presently there are
only 35 employees. In July we had about 60, Aug 50 Sept 40 Oct till end
of June we will have 35 permanent employees . For labor negatation
purposes, management wants to work on figures involving the current 35
employees. I would like to create a "summary" worksheet that selects
names that appear on the three worksheets in one column and next column
either by month or the total YTD paid for the selcted employee.The extra
help are seasonal while we operate with 35 employees. By way of example:
worksheet July in col A has names, in B has amounts, the same format for
all consecutive months. Our fiscal year is July to June. Does any one
know an easy way to do this? Thanks in advance




--
ab3d4u

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default VLOOKUP may be?


roadkill;2428661 Wrote:
I recommend typing or pasting the 35 names in a column (maybe A" on your

summary tab and then using the SUMIF function to get the totals in
column B.
It would be a fairly lengthy formula but should do the trick. Or if
you want
to show all of the months on the summary tab and then total them at the
right
you could also use the SUMIF function in each position for each person
and
month.

You could also use named ranges to make the ranges on each tab a little

easier to deal with. For example, if you named each column of names
using
the month followed by N (e.g. JulN, AugN, etc.) and each column of
values
with the month followed by S, the formula in cell B2 on your summary
tab
would look something like:

=SUMIF(JulN,A2,JulS) + SUMIF(AugN,A2,AugS) + SUMIF(SepN,A2,SepS) +
....

The formula could be copied down for the rest of the names.

Will

"ab3d4u" wrote:
-

I have a PR spreadsheet with 12 worksheets labeled by month - i have
names and salary amount for each month separate. Presently there are
only 35 employees. In July we had about 60, Aug 50 Sept 40 Oct till
end
of June we will have 35 permanent employees . For labor negatation
purposes, management wants to work on figures involving the current
35
employees. I would like to create a "summary" worksheet that selects
names that appear on the three worksheets in one column and next
column
either by month or the total YTD paid for the selcted employee.The
extra
help are seasonal while we operate with 35 employees. By way of
example:
worksheet July in col A has names, in B has amounts, the same format
for
all consecutive months. Our fiscal year is July to June. Does any one
know an easy way to do this? Thanks in advance




--
ab3d4u
-


What a marvelous idea and neat formula. Thank you very much Will.




--
ab3d4u
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
Vlookup in vlookup - taking the result as array name SupperDuck Excel Worksheet Functions 2 June 2nd 07 11:05 AM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 14th 06 11:36 PM
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) MikeR-Oz New Users to Excel 1 March 22nd 06 09:01 AM
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( Oso Excel Worksheet Functions 2 January 26th 05 06:56 AM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 06:09 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"