Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 10, 2025
Topics: 61 / Replies: 1581
Reply
RE: Get Year from Sheet Name, not Cell Reference

Hi Stephan MID returns a string so you need to use DATEVALUE to convert to a date =DATEVALUE("1/1/"&MID(CELL("filename"), 1+SEARCH("]", CELL...

5 years ago
Reply
RE: array formula to count unique value in a filtered table

Hi Tina, My solution requires dynamic arrays which you won't have if you don't have O365. Velouria's formula works for me - see H1 in attached f...

5 years ago
Reply
RE: Get Year from Sheet Name, not Cell Reference

Not at all Stephan, we all learn by doing, reading, Googling etc. I'm always looking stuff up, I can't remember the syntax for everything 🙂 You c...

5 years ago
Reply
RE: array formula to count unique value in a filtered table

Hi Tina, An alternative, you could use the new LET function (if you have it) =LET(Unique_ID,UNIQUE(SUBTOTAL(105,OFFSET(F2,ROW(Table1[ID])-M...

5 years ago
Reply
RE: Application.OnTime Reopens Workbook After Save and Close

Hi Steve, It's very difficult for me to say why it's erroring as I don't have the code or know what preceded the error. But that error is because ...

5 years ago
Forum
Reply
RE: Get Year from Sheet Name, not Cell Reference

Hi Stephan, I'm a bit confused about a few things. BG2 is labelled 'Today's date' but you want to populate it with a year? If so you can use ...

5 years ago
Reply
RE: Application.OnTime Reopens Workbook After Save and Close

In the attached workbook I've added a call to StopTimer like this Private Sub CommandButton1_Click() StopTimer ActiveWorkbook.Save ActiveWorkbook.C...

5 years ago
Forum
Reply
RE: Application.OnTime Reopens Workbook After Save and Close

Hi Steve, You need to call StopTimer before you close the workbook. Application.OnTime is set at the application level i.e. the Excel program it...

5 years ago
Forum
Reply
RE: Update for use 64-bit systems

Hi Bill, you need to modify the declarations and data types as described in this article Private Declare PtrSafe Function SHBrowseForFolder ...

5 years ago
Forum
Reply
RE: Check if value is between certain times

Hi Riste, Times and dates are stored as 'serial' numbers in excel so if your time is in A1 you can use =IF(AND(A1>0,A1<0.25),1,0) This ...

5 years ago
Reply
RE: How can I count per year and per week the total number of times a code occurs

Hi Stefan, If you leave the week number column in the source data table you can use a pivot table to summarise the data as you wish. There are som...

5 years ago
Reply
RE: Extrapolate Few Rows from a Web Page For My Weather Forecast

Hi Maurizio, Thanks for letting us know. Regards Phil

5 years ago
Forum
Reply
RE: Expression.Error

Hi Luna, If you provided your workbooks it'd be easier to see what is going on. We also don't know how the source file and table are generated/mod...

5 years ago
Forum
Reply
RE: Send Emails Based on Changing Cell Values

Hi Mido, I've created a new sheet and a table on that sheet to keep track of what emails have been sent. The records will show the person's name...

5 years ago
Forum
Reply
RE: TURNING HIGHLIGHTED SQUARES ON/OFF

Hi Wansley, Please see attached. Do you want to be able to turn off highlighting on a per sheet basis or for the whole workbook at certain times...

5 years ago
Forum
Page 58 / 110