Forum

Purfleet
@purfleet
Reputable Member
Joined: Dec 20, 2019
Topics: 0 / Replies: 412
Reply
RE: Referencing a rate calculation in another cell

Sounds like you need some kind of look up. Can you attach an example worksheet so we can see where everything is?

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

Depends what version of excel you are running - Office 365 or 2019 you can use Textjoin and it is perfect for what you are asking Older version...

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

So you want a template created for each Souce & day? This would be invoice 1 (99909900 for the 01/01/2020) Date Item Code Item Name ...

6 years ago
Forum
Reply
RE: maxifs problem

Doing =RIGHT(E5,8) on column E is not returning the time in a format excel can recognise. Try =TIME(HOUR(E5),MINUTE(E5),SECOND(E5)) and your maxifs wo...

6 years ago
Reply
RE: Add Search button to Excel Form

Can you provide an example of what you are looking for and where the data is held with in the workbook?

6 years ago
Forum
Reply
RE: Sorting Dates with a helper column

Can you supply some sample data? Much easier to work out a fix if we can see what you have to start with.

6 years ago
Reply
RE: Help with Excel formula to find incomplete spool

Hi Nambiar Not sure i really understand your data. Are you saying that if column G is blank it is incomplete - so you could just filter on G for bl...

6 years ago
Reply
RE: Adding cells that are dependent on another cell

Strange spreadsheet! The first 2 days in columns B to E dont have an overtime column, but the other 4 do - is this an error or by design? I real...

6 years ago
Reply
RE: consolidate customer totals

Hi Cindy Looking at your data the simplest way would be to create a pivot table and then drag in Customer Name and Product purchased - See sheet 2 ...

6 years ago
Reply
RE: Question highest woman in a table

Purfleet said The reason the first table changes is becuase rows 7 & 10 are static, so if you re-sort, the max is still looking at rows 7 & 1...

6 years ago
Reply
RE: Question highest woman in a table

Just got in to work where we have Excel 2016 and Max and If [=MAX(IF(Tabel23[man/woman]="W",Tabel23[Help],FALSE))] does work. Also the Index and Ma...

6 years ago
Reply
RE: Question highest woman in a table

The reason the first table changes is becuase rows 7 & 10 are static, so if you re-sort, the max is still lookig at rows 7 & 10 which change d...

6 years ago
Reply
RE: Help - need to convert data labelled as 1 week, 2 months...

How about this in column D, gives you the number of days =IF(ISNUMBER(SEARCH("Week",C8))=TRUE,LEFT(C8,2)*7,IF(ISNUMBER(SEARCH("Month",C8))=TRUE,LEF...

6 years ago
Reply
RE: What is ActiveX Controls in Developer Controls function?

I have only used ActiveX controls in a few macros where i wanted the extra functionality. Normally i would just add buttons to run a particular par...

6 years ago
Forum
Reply
RE: Delete , Cut , Paste with criteria

Glad it was okay, could be made more efficent but as long as it works okay it will give you a start. What is the issue with the delete part you men...

6 years ago
Forum
Page 27 / 28