here is a formula that is in use..
IF( INDIRECT("'Roster1'!A1'")=""," ",INDIRECT("'Roster1'!A1") )
so.. if A1 is null return "space" else copy A1
I want to add now..
if A1 = "STR" turn this row green
if A1 = "LTR" turn this row blue
if A1 = "SGE" turn this row red
else
leave it, or turn it black
i looked at conditional formatting.. however not only could i not get it to work, it appears to me it only looks at 1 cell and cant change the whole row color.
let me know if u have any ideas
mdpx
Bookmarks