User Tools

Site Tools


microsoft:office:excel

Microsoft - Office - Excel

Documentatie

Excel Sheet read-only laten openen

Kies voor opslaan, klik op Extra→Algemene Opties…→vinkje bij “Alleen-lezen aanbevolen”

Opstartmappen

Disable Excel 2007+ file extension warning

Via registry:

Windows Registry Editor Version 5.00

// For Excel 2007
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\Security]
"ExtensionHardening"=dword:00000000

// For Excel 2010
[HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Security]
"ExtensionHardening"=dword:00000000

Via Group Policy: User Configuration\Policies\Administrative Templates\Microsoft Excel 2007\Excel Options\Security
Force file extension to match file type: Enabled, Allow different

User Configuration\Policies\Administrative Templates\Microsoft Excel 2010\Excel Options\Security
Force file extension to match file type: Enabled, Allow different

Sources:
Like a Cheese and Tech Sandwich Without the Cheese or Bread - "The file you are trying to open, '[filename]', is in a different format" Excel Error
MSDN Blogs > VSOfficeDeveloper: Known Problems, Bugs, and Fixes > Excel 2007 Extension Warning On Opening Excel Workbook from a Web Site

Formule snippets

SUMPRODUCT/SOMPRODUCT

Om in een sheet het aantal regels te tellen waarbij in Kolom A, B, C, enz. bepaalde waarden voorkomen kun je SUMPRODUCT gebruiken.

Voorbeeld:

Naam OS Editie OS SP niveau SQL/ISA/Exchange/MOSS editie SP niveau Uitvoering Test/Productie Functie
server1Server 2003R2 StandardSP2SQL 2005 StandardSP2FysiekProductieSQL server project 12
server2Server 2003 x64StandardR2SQL 2005 Enterprise x64SP2VirtueelTestTest SQL Server project 12
server3Server 2003StandardSP2nvt VirtueelProductieApplicatie server voor product y
server4Server 2008 x64EnterpriseSP1SQL Server 2008 Enterprise x64SP1FysiekProductieSQL Server project 1

Om uit de deze tabel alle virtuele Server 2003 Standard installaties die in productie staan te selecteren:

=SOMPRODUCT(--(Servers!G2:G6="Virtueel");--(Servers!H2:H6="Productie");--(Servers!B2:B6="Server 2003");--(Servers!C2:C6="Standard"))

Bron:Contextures - Excel -- Worksheet Functions -- Count Cells

Tools

AddIns

Ron's Excel Page - Excel Add-ins
Business Functions is a free function library for Microsoft Excel designed to make business plans, budgets, structured financings and cashflows

GitHub - sweenig/ipfromdec Custom Excel Add-In to work with IP Addresses. Via Stuart's Semi-Professional Blog - Custom Formula: IPFromDEC (IP address from decimal)

Passwords

Troubleshooting

Microsoft Knowledge Base

Problemen bij het openen van .xls bestanden vanuit verkenner

Bij het openen van een xls-bestand vanuit Excel wordt het bestand geopend, maar bij dubbelklik op een xls-bestand in Explorer opent Excel wel, maar het bestand niet.

1. Tools>Options>General en haal het vinkje weg bij Ignore Other Applications.
2. Sluit Excel vanuit Start>Run. Type in:

C:\Program Files\Microsoft Office\Office11\Excel.exe /unregserver

Voer vervolgens uit:

C:\Program Files\Microsoft Office\Office11\Excel.exe /regserver

Bron:Opening Excel Files From Windows Explorer

LocaleIdentifier property is not overwritable and cannot be assigned a new value

When trying to refresh a pivot table in an Excel sheet with data from a SQL Server Analysis Services cube the following error appears:


Workaround: either remove the Locale Identifier property from the connection string in the .odc file and re-add it to the Excel sheet or open the properties of the connection in the Excel sheet and place a checkmark in the box “Retrieve data and errors in the Office display language when available”.

Source:Microsoft Support - Error message when you update data in a PivotTable in Excel 2007: "Excel was unable to get necessary information about this cube" or "LocaleIdentifier property is not overwritable and cannot be assigned a new value"

microsoft/office/excel.txt · Last modified: 2024/09/27 14:03 by bas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki