Downloads โ€“ Important Information

Click on the links below to access important study materials, shortcut lists, and financial documents provided by BPA Educators.

๐Ÿ“˜

Budget 2023 Highlights

Download
๐Ÿ’ผ

Important Tally Shortcuts

Download
๐Ÿ“‹

Tally Ledger List

Download
๐Ÿงฎ

Important Access Shortcuts

Download
๐Ÿ’ฐ

Income Tax Calculator (FY 2021-22)

Download
๐Ÿ“

Important MS Word Shortcuts

Download
๐Ÿ“Š

TDS Chart Rate (FY 2022-23)

Download
๐Ÿ“

Important Busy Shortcuts

Download
โ˜๏ธ

Google Drive Shortcuts

Download
๐Ÿ“ˆ

Important Excel Shortcuts

Download
๐Ÿ“…

Compliance Calendar (FY 2022-23)

Download
๐Ÿงพ

Income Tax Calculator (FY 2022-23)

Download
Learning of the Day
Shortcuts & quick tips to boost productivity โ€” organised, practical, and easy to remember.

Activities & Announcements โ€” August 2025

All important information for students โ€” activities, exams, batch launches, placements and more. For participation or queries contact the reception or email info@bpaeducators.com.

Activities Of The Month โ€“ Important Information

At BPA Educators, we believe learning is fun with activities. We run practical and fun-based activities both online and offline to enhance learning and personality development. Participation is based on faculty discretion โ€” contact reception to register.

Group discussion
2 Aug, 2025
Extempore
5 Aug, 2025
Roleplay
9 Aug, 2025
Rabindranath
11 Aug, 2025
Exam
14 Aug, 2025
Spelling Bee
16 Aug, 2025
Vocabulary Bee
20 Aug, 2025
Presentation
23 Aug, 2025
Certification
As per Date
Accounting
26 Aug, 2025
Tally Master
27 Aug, 2025
Typing Speed Test
28 Aug, 2025
Guest Lecture
As per Date
Student meet
30 Aug, 2025

To participate, contact the reception. Participation is subject to faculty approval.

Job Openings Of The Month

We provide job opportunities to our students. If you are a registered student you may be interviewed for open roles. For details contact the reception.

Contact reception for the full list of openings and to schedule interviews.

Exams Of The Month โ€“ Important Information

We conduct timely assessments to help you measure learning progress. For queries contact reception or email info@bpaeducators.com.

Exam date for the month: 11 Aug, 2025. Contact the reception to register.

ExamDateNotes
Monthly Assessment11 Aug, 2025Contact reception to add your name

Batch Launches Of The Month

We are open for registrations for multiple batches. Classes are offered online and offline with regular & fast-track options in English & Hindi mediums. Seats are limited and filled on a first-come-first-serve basis.

CourseStart DateNotes / Last Date
Tally10 Aug, 2025Regular batch
Excel14 Aug, 2025Regular batch
English Communication12 Aug, 2025Regular batch
Accounting10 Aug, 2025Regular batch
Tax12 Aug, 2025Regular batch
Tally22 Aug, 2025Additional batch
Excel21 Aug, 2025Additional batch
English Communication24 Aug, 2025Additional batch
Accounting25 Aug, 2025Additional batch
Tax23 Aug, 2025Additional batch

Important: Dates are tentative โ€” please check the website for live updates. Online registrations open for a limited time only.

How to Register (Online / Offline)

The registration process is quick and smooth. You may register online via our website or visit the reception to register in person. Registration is required before joining any batch.

  1. Visit our Courses page and select your desired course.
  2. Click "Register" and fill the registration form (online).
  3. Pay the registration fee (online or at reception).
  4. Receive confirmation & batch details via email or phone.

Batches are small to maximize learning. Tokens are limited and admissions follow first-come-first-serve policy.

Results Of The Month

Participation matters. Below are results for student exams conducted earlier. Contact reception or email info@bpaeducators.com for queries.

CodeNameModuleDateMarks
BP580TanishqEnglish L315 June85
BP589DhruvEnglish L315 June83
BP637AnshikaComputer24 June95
BP598RahulEnglish L120 July65

Placed Students

We maintain a lifelong relationship with students and support placements. Below is the list of recently placed students.

Student NameCompanyDesignation
DevNorth India Pharma Pvt Ltd.Tally Executive
AnuradhaFloweret Industries Ltd.Accountant
RoomaPuri Baker Pvt Ltd.Accountant
DhaneshwariAmrit Skills DevelopmentsData Entry Operator
SaspalTeqrentalAccountant
Arun KumarPenelope Toys CompanyAccountant
Aditya GuptaSaraf EnterpriseData Analyst
Saloni GuptaSaraf EnterpriseData Analyst
Prem ShahSaraf EnterpriseData Analyst
Anjali JatavHC InstituteExecutive
Ishant SaxenaAmrit Skills DevelopmentsData Entry Operator
DeepakMangla AssociatesAccountant
Pooja YadavKhurana AssociatesAccountant

Happy Birthday!

We wish a very happy birthday to all students born this month. May you have a joyful and prosperous year ahead.

We celebrate birthdays to build community and joy. Contact the reception if youโ€™d like a special mention or celebration arrangement.

Background: Celebrating birthdays is a tradition historically linked to ancient cultures and is now a way to acknowledge milestones and build student relationships.

For participation, registrations, or job queries โ€” contact the reception or email info@bpaeducators.com. All dates are tentative and subject to change.

Excel & Financial Formulas โ€” BPA Educators

A structured, learning-wise list of all important Excel formulas with structure and explanation โ€” categorized for easy reference and practical learning.

Basic Formulas

FormulaStructureExplanation
AVERAGE=AVERAGE(A2:A10)Returns the average (mean) of values in the given range.
COUNT=COUNT(A2:A10)Counts the number of numeric entries in the selected range.
MAX=MAX(A2:A10)Finds the largest value in the selected range.
MEDIAN=MEDIAN(A2:A10)Returns the middle value in an ordered range of numbers.
MIN=MIN(A2:A10)Finds the smallest value in the selected range.
SUM=SUM(A2:A10)Adds all numeric values in the specified range.

๐Ÿ’ก Tip: Ensure that your selected range contains only numbers; text entries are ignored by these formulas.

Time Formulas

FormulaStructureExplanation
TODAY=TODAY()Returns the current date; updates automatically each day.
NOW=NOW()Returns the current date and time; volatile function.
DATEDIF=DATEDIF(StartDate,EndDate,"Y|M|D")Finds the difference between two dates in years, months, or days.
YEAR=YEAR(Date)Extracts the year from a date value.
MONTH=MONTH(Date)Extracts the month from a date value.
DAY=DAY(Date)Extracts the day portion of a date.

๐Ÿ•’ Tip: Change cell format to โ€œDateโ€ or โ€œNumberโ€ if results appear incorrect.

Logical Formulas

FormulaStructureExplanation
IF=IF(LogicalTest, ValueIfTrue, ValueIfFalse)Tests a condition; returns one value for TRUE and another for FALSE.
OR=OR(Test1, Test2, ...)Returns TRUE if any condition is TRUE.
AND=AND(Test1, Test2, ...)Returns TRUE only if all test conditions are TRUE.

๐Ÿ’ก Tip: Combine IF with AND or OR for complex logical testing, e.g., =IF(AND(A1>10,B1<50),"OK","Check").

Lookup Formulas

FormulaStructureExplanation
VLOOKUP=VLOOKUP(LookupValue, TableArray, ColIndex, RangeLookup)Looks for a value vertically in a table and returns data from a specified column.

๐Ÿ” Tip: Always use FALSE for exact matches. Lock your range using $ (e.g., $A$2:$C$50) when copying.

Financial Formulas

FormulaStructureExplanation
PMT=PMT(rate, nper, pv, [fv], [type])Calculates periodic loan payment. Rate = interest per period, nper = periods, pv = present value (loan).

๐Ÿ’ฐ Tip: Divide annual rate by 12 for monthly payments. Negative PMT indicates outgoing cash flow.

Statistical Formulas

FormulaStructureExplanation
SUMIF=SUMIF(range, criteria, [sum_range])Sums values meeting a single condition.
SUMIFS=SUMIFS(sum_range, criteria_range1, criteria1, ...)Sums values meeting multiple AND-based conditions.
COUNTIF=COUNTIF(range, criteria)Counts the number of cells matching a condition.
COUNTIFS=COUNTIFS(range1,criteria1,range2,criteria2,...)Counts cells satisfying multiple conditions simultaneously.
AVERAGEIF=AVERAGEIF(range, criteria, [average_range])Finds the average of cells meeting a condition.
AVERAGEIFS=AVERAGEIFS(average_range, criteria_range1, criteria1, ...)Finds average for data meeting multiple criteria.

๐Ÿ“Š Tip: Use quotes for criteria, e.g., ">100" or "*Apple*" when matching text or ranges.