I am wanting my newly developed time formula developed with the great help of excalforum, to only operate on particular days similar to the following:
A1 = 21/08/2009
A2 = '=A1' cell formatted to dddd only to show the day {Friday}
I need another cell containing a formula to calculate on any day Monday to Friday, but not Saturday or sunday.
I tried =if(A2="Saturday","",if(a2="Sunday","",IF(P6=1,"",((D6>E6)*MEDIAN(0,E6-'Front Sheet'!C18,'Front Sheet'!C19-'Front Sheet'!C18)+MAX(0,MIN('Front Sheet'!C19,E6+(D6>E6))-MAX('Front Sheet'!C18,D6)))*24)))
But i dont think its recognising A2 as the word "Saturday" as its only a formatted version of A1.
Ive tried a text() equation but i dont think thats right. how can i get this to work?
Bookmarks