Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Delete the first entry only but keep the other entries in Excel (2016 and 2019)

Hi, You can just add a new column with this formula, assuming that your data is in range A2:A1000: =AND(COUNTIF(A$2:A2,A2)=1,COUNTIF(A$2:A$1000,...

4 years ago
Reply
RE: Data Validation Droplist based on expanding named range

Hi Shawn, You should use dependent dropdowns:

4 years ago
Reply
RE: Parse Sheets of data Based on Criteria List

Hi Sherry, Is there a reason why you need to split data into sheets? Most of the times, data is best used if it's in one place.

4 years ago
Forum
Reply
RE: How to make a function from referenced queries?

Hi Simon, Hard to imagine your structure without a clear image. From your descriptions, I assume that there is a set of port2.pdf files, are the...

4 years ago
Forum
Reply
RE: How to make a function from referenced queries?

Hi Simon, When you reference a query, it normally looks like this: let Source = Table1, in Source (where Table1 is a reference to a ...

4 years ago
Forum
Reply
RE: How to reference a cell in a separate worksheet within a powerquery

Hi Andy, If you want to add a text to a textbox, just select the textbox then go to formula bar, type the = sign then select the cell from the othe...

4 years ago
Forum
Reply
RE: Copy picture/object in a range with VBA macro

Hi Gigi, In vba, you cannot search a range for shapes, we can only search in sheet shapes (For each Shp in Sh.Shapes). I provided the easiest wa...

4 years ago
Forum
Reply
RE: Copy picture/object in a range with VBA macro

Hi Gigi, To copy a cell that contains an image, you have to make sure that the image is included completely in that cell, not spread across multipl...

4 years ago
Forum
Reply
RE: Pivot Table with non direct results

Instead of removing null dates, sort tasks and phases properly and Fill down the date column, for Task1 as an example it will populate Phases 3-5 with...

4 years ago
Reply
RE: Split into Sheets then Files

Hi Marsil, These parameters are based on the window, not on the sheet, so you have to store the parameters from the source while it's active, then ...

4 years ago
Forum
Reply
RE: Export multiple sheets to PDF per product by looping through slicer

Hi Helena, In this loop, I think it's best to exit when SlicerverdiIndex + 1 exceeds the SL.SlicerItems.Count, my guess is that you have reached th...

4 years ago
Forum
Reply
RE: Extract data from CSV

Hi Agim, To upload files, look after the Attachments button when you add a message, it will allow you to select the files then Upload them attached...

4 years ago
Forum
Reply
RE: Vertical Chart Axis Shows One Level when Expecting Two

Hi Shawn, Hard to debug based on images, if you can attach a sample workbook that can reproduce the problem will be easier to check. I would che...

4 years ago
Forum
Reply
RE: Power Query and Microsoft 365 for Mac

Hi Christine, This feature is available to Beta Channel users running Version 16.50 (Build 21050400) or later, as mentioned here: Hopefully it w...

4 years ago
Forum
Reply
RE: Dynamic chart source data update

On Tools>Options>Editor Format, you have to select from the left side list the TYPE of text you want to change: Normal Text, Selection Text, Com...

4 years ago
Forum
Page 28 / 130