• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

HR Dashboards in Excel

Hi hurcuma,


First of all welcome to Chandoo's website Excel forums. Thank you for your joining us and glad to have you here.


As a starting point I'd recommend you to read the three first green sticky topics at this forums main page. There you'll find general guidelines about how this site and community operates (introducing yourself, posting files, netiquette rules, and so on).


Among them you're prompted to perform searches within this site before posting, because maybe your question had been answered yet.


Feel free to play with different keywords so as to be led thru a wide variety of articles and posts, and if you don't find anything that solves your problem or guides you towards a solution, you'll always be welcome back here. Tell us what you've done, consider uploading a sample file as recommended, and somebody surely will read your post and help you.


Regarding uploading file,please see the below link:

http://chandoo.org/forums/topic/posting-a-sample-workbook


Now regarding your question, I just googled and find lot of good hits. Below here are few examples which you may find useful:


http://speedy.sh/FR7sX/HR-dashboard1.xlsx

http://vindeep.com/Models/HRDashboard.aspx


However, I would request you to please tell us more about what parameters you would like to present in the dashboard and how you would like to present the information, which is, indeed, very important.Also please upload a sample workbook with some dummy data.This would basically help us to provide you more customizable solution according to your need.


Best regards,

Kaushik
 
Hi Kaushik,


http://vindeep.com/Models/HRDashboard.aspx


i opened this above mentioned link and the corresponding site is opening vindeep.com I opened the download hr dashboard,excel has opened but i ma not able to view the source file tab in excel so that i can view formulas.


kindly help me with the right steps.


Regards,

Rahul
 
@rahulsharma,


you need to just unprotect the sheet (there is no password set)


Next UNHIDE the source sheet


Also, please refer to the "Name Manager" in the formula tab.


Hope this will make you understand how the dashboard works.


Regards,

Raja
 
Hi Raja,


I am not able to unhide the source sheet.rest i had done like unprotecting the sheet and checked name manager.


in name manager every formula consists of source sheet that only i am unable to unhide


plz tell me how to unhide the sheet with name source.


regards,

Rahul
 
@rahulsharma


HI


Just follow the instructions


1. Right Click on any sheet name for say (Dashboard)right click on Dash Board


2. Select the Unhide Option from Bottom side


now the source sheet is visible


hope it clear


other wise write the below code in the workbook module


press the Alt+F11 select the This WorkBook and paste the below code


Private Sub Workbook_Open()

Sheets("Source").Visible = True

Sheets("DashBoard").Activate


End Sub


Thanks


SP
 
Back
Top