Forum

Purfleet
@purfleet
Reputable Member
Joined: Dec 20, 2019
Topics: 0 / Replies: 412
Reply
RE: New contract 48Hrs time sheet calculation

If i am understanding correctly you get over time at 1.5 hours for anything over 48, but also anything over midday on saturday is double time? If s...

6 years ago
Reply
RE: Count - Based on cells format

I actually do agree with Velouria - you really shouldnt be calculating anything on a cell format. To my knowledge you cant use ranges with the Cell &...

6 years ago
Reply
RE: Loop function through directory of .txt files

R S said Hello Purfleet, Thanks so much for your response. I tried running this but the macro did not produce a result, though it did not require...

6 years ago
Forum
Reply
RE: Worksheet_Change not Looping Correctly

A couple of things to note - - the drop downs dont work as you have not added the sheets the validation is on so i cant check in great detail - i a...

6 years ago
Forum
Reply
RE: Count - Based on cells format

You need the Cell function Try this blog by Mynda You will need to reference back to the blog as the output are kind of codes, but they will...

6 years ago
Reply
RE: Loop function through directory of .txt files

I have used something like the below a few times, it is formatted for my test textfiles and copies to the sheet 2 of the Macro workbook - you can then...

6 years ago
Forum
Reply
RE: add up consecutive days of illness

Velouria said If your data is sorted like the sample, and you don't mind the consecutive totals appearing at the end of the sequence rather than the ...

6 years ago
Reply
RE: Return names

You would need to recreate the formula's referencing the second sheet, or as a work around, paste on to a new sheet and 'paste as link' from there you...

6 years ago
Reply
RE: Change excel cell from formula to value based on date

Its still not particularly clear as the we cant see the actual workbook, but something like this might work. You need to create this sub in the Thi...

6 years ago
Reply
RE: Deleting rows if certain cells in the row are 0

Hi Sean Glad it is working - i have found with vba that it is often the most simple things that cause the code to break - i once spent an hour try...

6 years ago
Forum
Reply
RE: Return names

The layout of the data isnt great, but i have knocked up the attached with a few helper columns (these can probaly be consolidated at some point) and ...

6 years ago
Reply
RE: Deleting rows if certain cells in the row are 0

How are you putting the DeleteRow Sub in the existing ? are you pasting the whole code into a certain part of your existing code?? I noticed that ...

6 years ago
Forum
Reply
RE: add up consecutive days of illness

Sorry didn’t think about employee - the attached fixes that issue. We could extend the formula to work for 3 occurrences, but then I suppose 4 are po...

6 years ago
Reply
RE: Deleting rows if certain cells in the row are 0

it looks like you have the worksheets protected so the macro cant delete anything. you can get the macro to unprotect the work sheet by adding acti...

6 years ago
Forum
Reply
RE: add up consecutive days of illness

Try the attached. It is assuming that the rows showing the overlapping dates would be in order. Column F =IF(B2=A3-1,"Con","Not"). Checking if...

6 years ago
Page 24 / 28