Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Fill an individual report with values from a team report?


Hi,

I have an attendance database, there is a sheet i've created, a Drop
Refference table, which shows the persons name, there in days, late
days, overtime, and sick days, and from sick days a sick percentage, i
did this through COUNTIF statements, pointing them at the attendance
tab.

I want to build an Individual Report which reports on the people
individually, so a user will click a button which will open a input box
where they will put the user name they want to report on in the format
of; 'J Smith' and then the cells in the new report will point towards
the cells for that person but in the Drop Refference table.

So its exactly the same values as the Drop Refference but the
Individual Report will just show one person.

Can anyone help? The only way i think of doing it is a load of IF
statements!

Thanks!


--
alymcmorland
------------------------------------------------------------------------
alymcmorland's Profile: http://www.excelforum.com/member.php...o&userid=27652
View this thread: http://www.excelforum.com/showthread...hreadid=475361

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Fill an individual report with values from a team report?

If you want to sum on two or more criteria you can use sumproduct

=Sumproduct(--(A1:A100="John"),B1:B100)

where column B holds the sick days as an example.

You then replace John with a reference to the cell where the name John will
Appear

=Sumproduct(--(Data!A1:A100=F9),Data!B1:B100)

--
Regards,
Tom Ogilvy


"alymcmorland"
wrote in message
...

Hi,

I have an attendance database, there is a sheet i've created, a Drop
Refference table, which shows the persons name, there in days, late
days, overtime, and sick days, and from sick days a sick percentage, i
did this through COUNTIF statements, pointing them at the attendance
tab.

I want to build an Individual Report which reports on the people
individually, so a user will click a button which will open a input box
where they will put the user name they want to report on in the format
of; 'J Smith' and then the cells in the new report will point towards
the cells for that person but in the Drop Refference table.

So its exactly the same values as the Drop Refference but the
Individual Report will just show one person.

Can anyone help? The only way i think of doing it is a load of IF
statements!

Thanks!


--
alymcmorland
------------------------------------------------------------------------
alymcmorland's Profile:

http://www.excelforum.com/member.php...o&userid=27652
View this thread: http://www.excelforum.com/showthread...hreadid=475361



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Fill an individual report with values from a team report?


Hey could someone help me with this, i understand what your saying Tom
but i wouldn't know where to start to turn what you said into code! If
i could get an example of one i could do the rest?!


--
alymcmorland
------------------------------------------------------------------------
alymcmorland's Profile: http://www.excelforum.com/member.php...o&userid=27652
View this thread: http://www.excelforum.com/showthread...hreadid=475361

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
Getting missing data from one report into another report... vlookupabyss Excel Discussion (Misc queries) 3 January 8th 08 03:26 PM
Automate Excel report to place certain data into existing report? Craig Harrison Excel Worksheet Functions 3 July 25th 06 01:54 PM
Header in Report Manager Report Steve K Excel Discussion (Misc queries) 0 March 7th 06 07:32 PM
Fill-in empty cells from SAP report Ilieski Excel Worksheet Functions 3 September 14th 05 12:55 PM
Gradebook and Individual Report Robin Excel Programming 2 January 3rd 04 02:08 AM


All times are GMT +1. The time now is 05:16 AM.

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

About Us

"It's about Microsoft Excel"