Posts

Showing posts from February, 2018

Excel - Formula to get sum of debit/credit

Arow            B                                                                           C               D 24/01/2018 PAYMENT RECEIVED 000000000L1625996828275 Credit 2 25/01/2018 PETROL TRXN FEE RVRSL EXCLUDING TAX Credit 2 3/1/2018 SWAGATH DE ROYAL HYDERABAD IN Debit 10 4/1/2018 INDIAN RAILWAYS CA INR HTTPS://WWW.I IN Debit 10 5/1/2018 BAR ONE HYDERABAD IN Debit 10 5/1/2018 BAR ONE HYDERABAD IN Debit 10 Now want to get sum of credit & debit like below Credit 4 Debit 40 Ans: Formula :  = SUMPRODUCT ( ( $C$2:$C$222 = Credit ) * ( $D$2:$D$222 ) )

SyntaxError: Non-ASCII character '\xe2' in python file

Add   # coding: utf-8 at top of .py file

Python install in windows

First we install Python. I recommend Python 2.7 because it has the most compatible packages. Visit  www.python.org  and navigate to  Downloads  >  Windows  and click  Python 2.7.9 .