Forum

Purfleet
@purfleet
Reputable Member
Joined: Dec 20, 2019
Topics: 0 / Replies: 412
Reply
RE: Calculating hours worked

I am sure that i have seen a video where someone came up with a mad array forumla that could isolate the overlapping times and work it back (probably ...

6 years ago
Reply
RE: Create new workbooks from multiple rows in another workbook

Hi Chris Can you supply a sample worksheet so we dont have to spend time recreating data? Purfleet

6 years ago
Forum
Reply
RE: Auto screen shot

Hi Mohith Updated macro using b2 as the file name with A2 also appended and the .jpeg is hardcoded - so the file name will be '1330123456 12012020...

6 years ago
Reply
RE: Calculating hours worked

Hi Michael The issue is the 3 records in yellow? and this should count as 1 visit of 2:28, rather than the 5:57? Is there anyother data i...

6 years ago
Reply
RE: Extract Multiple Rows into a Limited Template based on Multiple Criterias

Hi Albert To check that i am on the right tracks, can you please have a look at the attached workbook. It has a macro to extract all the dates i...

6 years ago
Forum
Reply
RE: Find max value criteria as combobox

Going to need a bit more info than just that! Can you add an example worksheet, with an expected outcome? Purfleet

6 years ago
Forum
Reply
RE: Auto screen shot

Hi Mohith Please see attched - i actually wasnt as hard as i thought once i got to grips with the objects and shapes. It could be improved and it c...

6 years ago
Reply
RE: String of numbers to one cell

If you cant upgrade then a small macro can do the same thing as textjoin Sub StringOfNumbtoCell() Dim NumsRange As Range Dim NumsCell As Range D...

6 years ago
Reply
RE: Auto sequence of suffix

Seems to work for me - did you lock the first part of rows with the $ sign? See attached Its always better to add a work book with some data so ...

6 years ago
Reply
RE: Time and Attendance

Hi Corrie I have no idea about power query and i sure someone will respond, but you could do what you want with a pivot table if it helps Purfle...

6 years ago
Forum
Reply
RE: How to click on a cell and self populate on another sheet

Hi Steve See attached, select the client ref you want to copy over then click the button (you can be anywhere in the row) - the first button adds t...

6 years ago
Forum
Reply
RE: Auto sequence of suffix

Try this =IF(ROWS($A$1:C1)>$B$1,"",$A$1&IF(ROWS($A$1:C1)<10,"0","")&ROWS($A$1:C1)) Rows with an expanding range - this turns formu...

6 years ago
Reply
RE: VBA code to loop thru all columns in a worksheet

Could you add a sample workbook so we can see what is going on and save us from recreating the data?

6 years ago
Forum
Reply
RE: String of numbers to one cell

textjoin came up with the name error as you must be on an older version of excel

6 years ago
Reply
RE: Convert Numbers to words

I dont think that NumToWords is a proper excel formula - i seem to remember seeing a video where someone created a massive fomula to convert numbers t...

6 years ago
Page 26 / 28