Posts

Sum up totals if name is Persons Name [duplicate]

Image
=SUMIF(A:A,D2,B:B) =SumIf(K:K,"Joe",L:L)

Excel COUNTIFS Function

COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2]…) ref:https://exceljet.net/excel-functions/excel-countifs-function

Excel COUNTIFS Function

COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2]…) ref:https://exceljet.net/excel-functions/excel-countifs-function

[Excel][INDEX/MATCH]How to use INDEX MATCH function in Excel

Image
=INDEX ( column to return a value from , (MATCH ( lookup value ,  column to lookup against , 0)) reference: https://www.ablebits.com/office-addins-blog/2014/08/13/excel-index-match-function-vlookup/

Notepad++ - how to add character to beginning of line & End of the line

Image
 Your text in Notepad++ Step 2: To add Text at the Start of each line  Press Ctrl+F to open Find window, click on the Replace tab, check that you have selected Regular Expression option, now add ^ in the Find textbox and the text you want at the start of each line in the Replace textbox, and click Replace all. Step 3: To add Text at the End of each line  Press Ctrl+F to open Find window, click on the Replace tab, check that you have selected Regular Expression option, now add $ in the Find textbox and the text you want at the End of each line in the Replace textbox, and click Replace all. Step 4: Result 

3) Python Naming convention

Class starts with lowercase identifier s starts with lowercase _identifie r indicates that the identifier is private . __identifier indicates a strongly private identifier. __identifier__ , the identifier is a language-defined special name . Python is case sensitive.

How to enable $Admin Shares in Windows 7, 8 or 10.

REG ADD HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System /v LocalAccountTokenFilterPolicy /t REG_SZ /d 00000001 /f REG ADD HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Lanmanserver\Parameters /v AutoshareWKS /t REG_SZ /d 00000001 /f