Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: conditional filter

Hi Chen, You can use this calculated column in Opportunity table: Filter Quota = IF(AND(OR(RELATED(Compensate[Business Group Area])="GSMB - Sale...

4 years ago
Forum
Reply
RE: How to create group drop down box.

Your materials sheet structure is not appropriate for automation. It might look better, but it's built for visual purposes, not functional. You wil...

4 years ago
Reply
RE: Table.Buffer

Hi Vicky, You have to identify the step that slows down your query and use Table.Buffer in the previous step. As an example, if the #"Merged Que...

4 years ago
Forum
Reply
RE: How to create group drop down box.

Nothing appears at a double click, is that a fact or a wish? If you are trying to build a userform, you can find a tutorial here:

4 years ago
Reply
RE: How to fix the Conta.Più.Se error

If you are trying to write the cell formula from VBA, you have to duplicate the double quotes within the formula string: .Range("K8").Formula= "=Co...

4 years ago
Forum
Reply
RE: Customized ribbon button Tab linking 3 folders

Hi Stephen, Here is a sample UI with a new tab containing a new tab, with various number of groups and buttons: One of the tabs looks l...

4 years ago
Reply
RE: Search/Filtering function for required info

Hi Khine, Just select your range, press Ctrl+T (or from ribbon: Insert>Table), add a new column with origin and destination combined, then all y...

4 years ago
Reply
RE: Auto fill & check

Hi Raul, Is the question related to excel or you need this on a website? We can help with excel... For a website, you have to find a developer t...

4 years ago
Forum
Reply
RE: After starting a query with a connection to Oracle the message maximum simultaneous connections to Oracle reached appears

Try not to use the existing Oracle connector, use the OleDB connector instead, as suggested in your other topic.

4 years ago
Forum
Reply
RE: Uploading Oracle result into Excel Power Query is very slow

Direct Query might help. Also, see this article:

4 years ago
Forum
Reply
RE: Duplicates

Hi Johan, If you want to keep some records based on component description, we can build a workaround. For example, you can add an Index column a...

4 years ago
Forum
Reply
RE: Macro to delete all the rows where the values total zero

Hi Howard, I still don't see a way to do it unfortunately. More, in the latest file you sent, the problem is even more complex than before: ther...

4 years ago
Forum
Reply
RE: Macro to create as many columns as the month number

Hi Moriel, Noticed that you have in column F the newest month, so I guess you always insert a new column in column F, right? You can use the cod...

4 years ago
Forum
Reply
RE: Don't know how to ask this question

Hi Brent, Don't know how to answer this question. What are your expected results?

4 years ago
Reply
RE: Cell Text Length

Ok, without that AE1 text the text is trimmed to 255. A good way to fix this is to write a simple macro that converts .xls to .xlsx file type, .xls...

4 years ago
Forum
Page 40 / 130