Forum

Purfleet
@purfleet
Reputable Member
Joined: Dec 20, 2019
Topics: 0 / Replies: 412
Reply
RE: How to check for number pattern in a workbook

Yes i did see it and noticed that the requirements were changed again, so from a 'fairly easy find 1 number below another' or a far more complex' find...

5 years ago
Forum
Reply
RE: How to check for number pattern in a workbook

It not complete, but i think it captures the concept You put the pattern to look for in L to U 1 or 2 rows (note this is a 1 to 10 grid and they ...

5 years ago
Forum
Reply
RE: Conditional formatting rules not working in filtered table

It is working. The formula you have put in will colour the cells according to the row number - when you filter the row numbers dont change, you are ju...

5 years ago
Reply
RE: Remove Empty Rows Above Data

Sorry, not understanding what you are after. Can you clarify

5 years ago
Reply
RE: Number rows sequentially but ignore cells in range with text

I think thiis has the right concept, might need tweaking if you want the break before or after the number =IF(D2=$C$5,$A$5,IF(D2=$C$7,$A$7,COUNTIFS...

5 years ago
Reply
RE: Extract Data between Names and Dates

I always wonder when i file is named 1-5 that its homework..... Anyway, this is not perfect due to the way you are doing the vlookups based on the S...

5 years ago
Reply
RE: Array formula causing #Value! error

I would have tried f9 to be fair. Maybe something like this could work? (back up the worksheet first!) Select the range of formulas then run the...

5 years ago
Reply
RE: How to check for number pattern in a workbook

This is the reason we need the example, looking for a number and the number below is easy (as per yesterdays code). But now the numbers can be any ...

5 years ago
Forum
Reply
RE: Pivot table Error

PLease attach sample workbook

5 years ago
Reply
RE: Supplier charts

Can you post some examples so we dont have to guess or make up incorrect data?

5 years ago
Reply
RE: Using PERCENTILE.INC for Array with multiple condition

I am not sure if its the most efficent, but the below seems to work =PERCENTILE.INC(IF(($B$3:$B$712=B3)*($C$3:$C$712=C3)*($D$3:$D$712=D3)*($E$3:$E$...

5 years ago
Reply
RE: How to check for number pattern in a workbook

Its much easier if you add a workbook instead of screen dumps/text. Try the attached, you need to select the grid you want to check then click the ...

5 years ago
Forum
Reply
RE: Opening an excel file in the same worksheet and closing it too using VBA

Its much easier if you add a workbook rather than paste in a peice of code Add ActiveSheet.Move before:=Workbooks("OpenFile.xlsm").Sheets(1) after ...

5 years ago
Forum
Reply
RE: Transpose with an Index Number

i am sure there will be a much nicer PQ solution, but attached is a VBA one. It will need finishing off but seems to capture the main requirements

5 years ago
Page 8 / 28