Forum

Purfleet
@purfleet
Reputable Member
Joined: Dec 20, 2019
Topics: 0 / Replies: 412
Reply
RE: Create a KPI dashboard

Nothing attached mate. dont forget to click upload

5 years ago
Reply
RE: Macro to save to new folder works for me but not others

Simular issue i think. First of all, i think you should get rid of ' ChDir ("G:BSS BIPRResearch ShareHighways" & NameOfRoute)' as this shouldnt...

5 years ago
Forum
Reply
RE: Combining cells and keeping values

Yes mate, just do an if =IF(B2="","",B2&" "&TEXT(C2,"#%"))

5 years ago
Reply
RE: Timer Not running if I press = sign (Help needed on this)

Number 1 - The timer appears to pause if any button is pressed and you sit in the cell. I assume this is because the timer is running in the sheet? I ...

5 years ago
Forum
Reply
RE: Combining cells and keeping values

Link to the spready is not working (might be the file name), but is this what you are after? =B1&" "&TEXT(A1,"#%")

5 years ago
Reply
RE: Array Manipulation | Remove Duplicates and Sorts Data

Sorry my post wasnt clear - I agree that repeatable actions should be automated, i just dont use arrays like you have suggested. It would be automa...

5 years ago
Forum
Reply
RE: Array Manipulation | Remove Duplicates and Sorts Data

The first thing I would say is don’t use Merged cells - they are the antichrist of excel and will only cause problems later on, if not now. You can us...

5 years ago
Forum
Reply
RE: Array Manipulation | Remove Duplicates and Sorts Data

I am not sure what part is question and what part is code - can you clarify your question?

5 years ago
Forum
Reply
RE: Macro to save to new folder works for me but not others

One of the really annoying things that can take ages to sort out - the missing back slash at the end of the savepath savepath = "f:BSS BIPRResearc...

5 years ago
Forum
Reply
RE: Macro to save to new folder works for me but not others

I think the pdf export part needs a defined path Worksheets("Successful Letter").ExportAsFixedFormat Type:=xlTypePDF, Filename:= _ "SuccessfulLette...

5 years ago
Forum
Reply
RE: Timer Not running if I press = sign (Help needed on this)

1) The timer is not running if I press = sign, after pressing enter key it will aging running properly - Not sure what this means? Do you want the tim...

5 years ago
Forum
Reply
RE: Non-matching values across multiple rows for matching values in another column

Depending on how complex the data is, =IF(COUNTIFS(C:C,C2)/COUNTIFS(B:B,B2)=1,TRUE,FALSE) might work? Purfleet

5 years ago
Reply
RE: Copy & Paste if condition met with add & subtract

Hi Sholtan This question seems very similar to the last few that you have posted. Have you attempted to come up with a formula that can do what you ha...

5 years ago
Forum
Reply
RE: how to move and automatically sort data?

The concept is simular with 2 workbooks and we can get VBA to open the workbooks if we know where they are located. I will update the code later an...

5 years ago
Reply
RE: Fixing a particular Set of Data in excel

Not sure it will help much, but i would add rows at the row of the data, put in the formula and then freeze panes on the headers - see attached (sheet...

5 years ago
Page 11 / 28