Forum

Purfleet
@purfleet
Reputable Member
Joined: Dec 20, 2019
Topics: 0 / Replies: 412
Reply
RE: Conditional formatting depending on the figures of a fix column

the conditional formatting wasn't to bad to work out, however i couldn't get it to work with an expanding range for additional dates. So i cheated ...

6 years ago
Reply
RE: Advanced Filter for Months

Hi Steven The attached is a .xlsx so not a macro workbook and therefore no code in it. You are using A to AF as the data dump and AH as the crit...

6 years ago
Forum
Reply
RE: formatting cells

You could just do this in a formula if it helps - i have used this so many times in my work. =REPT("0",6-LEN(A1))&A1 Purfleet

6 years ago
Forum
Reply
RE: Multiple Data Validation with Filter

Morining Could you add an example workbook so that we do not have to recreate the data and to ensure that we understand what we are looking at? ...

6 years ago
Reply
RE: Conditional formatting depending on the figures of a fix column

Hi Cristina As a first attempt I have written a small macro that when press will check the dates in row 6 and hide anything that is older than toda...

6 years ago
Reply
RE: Transpose Data

I am sure there is a funky, quicker way with power query, but this is a formula based answer Copy the data in Column A then paste and remove duplic...

6 years ago
Reply
RE: Return names

You want to add more colours with more names? This is where is gets difficult with your data if you want to add more columns =IFERROR(LEFT(CELL(...

6 years ago
Reply
RE: If then statement

Probably a couple of ways to do it and some will depend on what version of excel you have. The way that should work in all version is the nested if...

6 years ago
Reply
RE: New contract 48Hrs time sheet calculation

I think it was the order of the sum that caused the problem. =IF(G13="","",IF(G13>TIME(HOUR("12:00"),MINUTE("0"),SECOND("0")),(G13-TIME(HOUR("12...

6 years ago
Reply
RE: IF Formula to Select Percentages

Hi Jay A couple of questions You don't say where you want the formula to appear? Are the numbers in columns Q to T supposed to be the percentage...

6 years ago
Reply
RE: MAXIFS with VLOOKUP (or INDEX)

Hi Ziggy Can you please add a sample workbook so we don't have to recreate the data? I also ensures that we have got the right format etc Purfl...

6 years ago
Reply
RE: New contract 48Hrs time sheet calculation

No problems - good luck with the job. Will be trying to get up to Skeggy with the dogs at some point

6 years ago
Reply
RE: New contract 48Hrs time sheet calculation

I think you just need to sum N13&N14 instead of n13 in the above formula So =IF(H15-N13>48,H15-N13-48,"") becomes =IF(H15-SUM(N13:O14)>48...

6 years ago
Reply
RE: Loop through Filtered Data Copy Paste on one Sheet

Can you add a sample workbook, so we can see how the code is interacting with the worksheets? There is a lot of code in there that is redundant fro...

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

Hi Rafi Rather than find the cells that can error wouldn't it just be better & more reliable to format the entire column as general as a matter...

6 years ago
Page 23 / 28