Thread: [Solved] Timesheet autoformat problem
View Single Post
 
Old 02-24-2015, 06:19 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,920
Pecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond repute
Default

Change your CF to the following
Code:
=WEEKDAY($A2,2)=6
It's A2 that matters

EDIT : your initial CF uses A8 but applies to the range starting in row 2, so at each row A8 increases as usual and when reaching row 27 the formula looks for the value in A33 which is empty and returns a 7 as weekday. The following rows do the same. The CF thus never kicks in
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
Reply With Quote