Spreadsheet 1: So in column "A" I have all of the dates written out. Then i need column "B" to put the appropriate name next to the date that person chose in spreadsheet 1.
Spreadsheet 2: I have a live form that feeds data into a different spreadsheet.
I am using google spreadsheets.... The formulas are the same as in excel
Last edited by cubs152; 04-12-2009 at 10:58 PM.
yep look here
http://docs.google.com/support/bin/t...en&topic=15115
Mojito connoisseur and a dabbler in Cisco
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
I have. Multiple times :P Any suggestions?
no idea i do excel not google docs! in case you didnt notice the clue is in the url
Mojito connoisseur and a dabbler in Cisco
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
the formula would be the same thing!
try a vlookup then!
but
where is name/date listedSpreadsheet 1: So in column "A" I have all of the dates written out. Then i need column "B" to put the appropriate name next to the date that person chose in spreadsheet 1.
normally i'd ask you attach an example. but thats going to be a tad difficult since you aren't using excel
Last edited by martindwilson; 04-12-2009 at 11:05 PM.
Mojito connoisseur and a dabbler in Cisco
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
Well the original data is submitted into spreadsheet two. I know how to import that data, and i could just put that into lets say column D and E of spreadsheet one. Then in spreadsheet one, column a has all of the dates already listed. Dependent on what the person chose there name goes next to that date in column a
*there name should go in column b
With your dates in col A starting A1
and your imported dates in col D and names in col E
in B1=VLOOKUP(A1,D:E,2,FALSE)
Mojito connoisseur and a dabbler in Cisco
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
wow thats great! Thanks! One more thing: Is there a way to get rid of the "#N/A" Could i have the word open in there instead until a name a is placed into column b
dont know iF google docs has IFERROR
if it has use
=IFERROR(VLOOKUP(A1,D:E,2,FALSE),"OPEN")
If it hasn't then
=if(ISNA(VLOOKUP(A1,D:E,2,FALSE)),"OPEN",VLOOKUP(A1,D:E,2,FALSE))
Mojito connoisseur and a dabbler in Cisco
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
Sorry, last thing. Can it be green and then turn red once someones name is in column b. I apologize that i forgot to mention that. THanks for all of your help already!
IF it has conditional format same as excel
conditional format as
formula is =VLOOKUP(A1,D:E,2,FALSE)) choose a color
c/f doesnt worry about n/a
only the fact if its true or false so this will work whenever its true
or a shorter version
formula is
=MATCH(A1,D:D,0)>0
Last edited by martindwilson; 04-13-2009 at 08:35 AM.
Mojito connoisseur and a dabbler in Cisco
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
Thanks for all of your help. New error. For some reason Column B is blank and states that all are available. Any suggestions?
here is a link to the spreadsheet:
http://spreadsheets.google.com/ccc?k...vAv2Zl1Sl-Y_Zw
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks