Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Dec 22, 2025
Topics: 1 / Replies: 1937
Reply
RE: Exporting PDF to Outlook

There is also a defined name used to create the sheet list, make sure you have it in the other book, its name is... SheetList. Normally, if you copied...

9 years ago
Forum
Reply
RE: Exporting PDF to Outlook

Hi, As I suspected, the file name contains illegal chars, a date was used, with forward slash separator. The date should be reformatted: PDF...

9 years ago
Forum
Reply
RE: leave calc

Hi Mey, The details are quite confusing, can you prepare an example of the expected results? If you will be able to explain how do you get to those...

9 years ago
Reply
RE: Write Out Numbers in Words - Spanish Version

Hi Daniel, Made a few changes, but it will not be perfect, simply because the code was designed for US Dollars, with its specific syntax. For a per...

9 years ago
Forum
Reply
RE: leave calc

Hi Mey, The problem must be clearly described in the message text, not inside files. This way the problem description can be found by search engines,...

9 years ago
Reply
RE: Find the Relative position of characters within the Cell

Considering Anders example: "Today is a good day" in cell A1, a dynamic formula can be built, using the AGGREGATE function: =AGGREGATE(15,6,ROW...

9 years ago
Reply
RE: In Excel Sheet Date Format not changing to local regional format.

I believe you should not use default Date formats to cell format. Use Locale formats, otherwise excel will treat defaults as US formats. (second image...

9 years ago
Reply
RE: PowerPivot for Office 365

I think there is another way to have Power Pivot. Try Power BI..., it has Power Pivot and Power Query, and it's an independent application, outside...

9 years ago
Forum
Reply
RE: PowerPivot for Office 365

Hi Ibrahim, You can find here the complete list of versions where Power Pivot is available: Where-is-Power-Pivot To find what office version you...

9 years ago
Forum
Reply
RE: Google Sheets

Hi Pat, Yes, it is possible, see this post for a solution: query-a-website-url-from-cell-reference#p2415

9 years ago
Forum
Reply
RE: Error in highlighting the last Thursday's of every month in Conditional Formatting

Hi Jay, Simply change from: =AND($A2>=EOMONTH($A2,0)-7,WEEKDAY($A2)=5) to: =AND($A2>=EOMONTH($A2,0)-6,WEEKDAY($A2)=5) Please use ...

9 years ago
Reply
RE: Excel help required: How to insert excel remarks in scanned pdf file.

Unfortunately, the pdf's are very dirty, don't think that the OCR engine will be able to recognize the account numbers clearly, in order to know where...

9 years ago
Reply
RE: Formating instead of rounding 12,345.67 formatted as 12,300

Not possible to hundreds level, only to thousands or millions: #,###,"000" or #,###,,"000000"

9 years ago
Reply
RE: Formating instead of rounding 12,345.67 formatted as 12,300

Hi Henric, A simple ROUND function will work. Just make sure you use positive values in the num_digits argument for decimal places, and negative...

9 years ago
Page 109 / 130
0