Friday, March 26, 2010

my email address

is joshwaxman at gmail dot com.

contact me if you need to know your grade

Monday, March 22, 2010

in chapter 6, we finished up to NETWORKDAYS

Wednesday, March 17, 2010

cs88 test 1 planned

next wednesday
1) some group of tasks from ch1 (grauer)
2) some group of tasks from ch2 (grauer)
3) some group of tasks from ch3 (grauer)
4) some group of tasks from ch4 (grauer)
5) 2 or 3 formula oriented tasks from formula book, ch 1-5

walkenbach
ch 3) making names of different types
ch 4) writing simple formulas, making use of simple functions we have seen (Cs12 type material, maybe slightly harder/)
ch 5) formula to solve something
a) give me a *plan* for extracting the third word from The rain in Spain falls....
b) i'll tell you what we want accomplished, and give you a general plan. write the formula

=FIND(" ", A38)    =FIND(" ", A38, A54+1)    =SUBSTITUTE(A38, " ", "@", 2)    =FIND("@", C54)    =MID(A38, A54+1, D54-A54-1)