drop down menu - How to create a Dynamic Formula in a Google Spreadsheet based on a dropdown? -


i have google spreadsheet of containing employee schedule separated daily (each date has own page). need create single summary page drop down change formula , display results. have formulas setup each employee has own page depending on employee number shows quick summary of when work entire month. compress single sheet way dynamically choose drop down name see.

here's link sheet: https://docs.google.com/spreadsheet/ccc?key=0amfumj1fhxzydelqsgtqzkz2ahatdw4wm1d2wtznmxc&usp=sharing

and here's direct link: https://docs.google.com/spreadsheet/ccc?key=0amfumj1fhxzydelqsgtqzkz2ahatdw4wm1d2wtznmxc&usp=drive_web#gid=34

i'm looking change cell a1 drop down when selected change 744 formulas selected name.

current formula: =if((countif('1'!b3:p3,"katie"))=0,"","xx")

what accomplish: =if((countif('1'!b3:p3,"drop down selection a1"))=0,"","xx")

dropdown text name (bob, sally, dave r, adam, kat, etc)

any ideas?

have tried?

if((countif('1'!b3:p3,'1'!$a$1))=0,"","xx")

in way need change value cell a1 of sheet called 1.

as dropbox, data > validation - range '1'!a1 - criteria, select list items


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -