Forum

Purfleet
@purfleet
Reputable Member
Joined: Dec 20, 2019
Topics: 0 / Replies: 412
Reply
Reply
RE: Macro to delete rows where positive & Negative values match and match (partial or full in narrative)

Hi Howard How many rows of data will you have in the workbook on an ongoing basis? I think it will be easier to manually match off if the transaction ...

5 years ago
Forum
Reply
RE: Search for a field value within 30 days of sales date

Not sure what you mean by the range needs to be fully flexible? This seems to work, using an expanding range so you need to drag down column D =...

5 years ago
Reply
RE: Searchable Drop-Down List

Hi So as an example if i changed all the Column Assays for march to something else (bob) and then selected Column in the drop down you get #div/0! ...

5 years ago
Reply
RE: IF #N/A delete entire row VBA help!

Hi Shafiq Try this - it looks in each cell in column c and if its an error it deletes it - a word of warning it will delete the entire row if the c...

5 years ago
Forum
Reply
RE: Formatting numeric string to SSN (000-00-0000)

If you need the formula in excel to make it text you can use =LEFT(REPT("0",9-LEN(B2))&B2,3)&"-"&MID(B2,LEN(B2)-5,2)&"-"&RIGHT(...

5 years ago
Forum
Reply
RE: Filter Syntax error

Afraid not. There are formulas that will do simular but can be fairly complex. Depending how often you will be doing the filter you can just use no...

5 years ago
Reply
RE: Filter Syntax error

Seems to work for me What version of excel are you using? Filter is only availible in Office 365

5 years ago
Reply
RE: Searchable Drop Down List Not Working on Protected Worksheet

Can you please add an example workbook so we do not need to recreate? Purfleet

5 years ago
Reply
RE: Need help in Excel function please

Hi Can you please add an example workbook so we don’t need to recreate the data. Maybe a little bit more explaining the issue as well might help Pur...

5 years ago
Reply
RE: VBA replace and highlight

I dont think you can use the find/replace in that way as it only finds and replaces. Pretty sure you will need to test each cell and then colour it...

5 years ago
Forum
Reply
RE: Shortening a SUMIF function

I think the -- & * are a force of habit, but fair point. I assumed the duplication was somthing like that but it didnt seem to happen on anythi...

5 years ago
Reply
RE: Shortening a SUMIF function

Mi Maria It looks like row 11 has been duplicated in your sumsif in row 14. But then the sum product you had was doubling the first 3 rows which wa...

5 years ago
Reply
RE: calculation on range of data in one cell

Just panicked then as we had different totals until i noticed you used Column C in the table (Column E in Excel) and i used column C in Excel which is...

5 years ago
Reply
RE: calculation on range of data in one cell

I was convinced i replied to this yesterday, must have forgot the submit. Yes sumifs ifs the perfect formula

5 years ago
Page 15 / 28