Forum

Purfleet
@purfleet
Reputable Member
Joined: Dec 20, 2019
Topics: 0 / Replies: 412
Reply
RE: Inputing data to populate different tables

Can you provide a mock up of the data of how it would be input and what you would want the output to look like.? Its much more efficent than us guessi...

4 years ago
Reply
RE: How to highlight a cell if it is greater or less than a column based on its entered data

Rather than VBA cant you use conditional formatting? If i have understood the requirements correctly, somthing like this =INDEX($B:$B,MATCH(MAX(...

4 years ago
Forum
Reply
RE: Dynamic Lookup

What version of excel do you have?

4 years ago
Reply
RE: Bold

So you want the whole setence bold? You cant do this in a formula, you would need to either manually bold the cells or create a UDF to do it.

4 years ago
Forum
Reply
RE: Lookup value between two dates - help!

I dont think the dates were formatted as dates - i did text to columns on the date columns and your formula worked. Maybe a slightly easier formula...

4 years ago
Reply
RE: Bold

What is the critieria? How do we know what words you want to be bold?

4 years ago
Forum
Reply
RE: Macro remove leading and trailing spaces in cells

Slightly different take on it - might help with non numbers in chinese? This Macro loops through each cell in a selectoin and checks if each charac...

4 years ago
Forum
Reply
RE: Match multiple criteria with wildcards without making it an Array function

It will only find the first occurrence but this might help =INDEX(E2:E8,MATCH(H3&"*"&H4&"*",C2:C8&D2:D8,0))

4 years ago
Reply
RE: Macro file not running for corresponding weeks

I fear that it would take quite a while to iron out all the parts that need correcting in your code. the code inserts the same column each time its...

4 years ago
Forum
Reply
Reply
RE: Duplicates based on count

Try this, outputs the detail to column M & N Sub RepeatDown() Dim R As Range Dim C As Range Dim Product As String Dim NextRow As Intege...

4 years ago
Forum
Reply
RE: Macro file not running for corresponding weeks

The attached is a .xlsx file so cant contain a macro, can you uplolad the .xlsm version?

4 years ago
Forum
Reply
RE: Copy Paste

There is no code in the attached workbook to review? This is limited, but should start you off, the easist way to remove blank rows is to sort the ...

4 years ago
Forum
Reply
RE: CHOOSE function with a variable number of choices?

Probably not what you are after, but..... I used the offset function to get the next column, but it does need a number to offset by. I couldnt get ...

4 years ago
Reply
RE: CHOOSE function with a variable number of choices?

can you upload an example worksheet so we dont have to try and recreate the data

4 years ago
Page 4 / 28