Using Sumif Formula: Days Item Amount
Using Sumif Formula: Days Item Amount
Purpose
Sum numbers in a range that meet supplied criteria
Return value
The sum of values supplied.
Syntax
=SUMIF (range, criteria, [sum_range])
Arguments
range - The range of cells that you want to apply the criteria against.
criteria - The criteria used to determine which cells to add.
sum_range - [optional] The cells to add together. If sum_range is omitted, the cells in range are added together inste
are added together instead.
Using Sumifs Formula
Emp. Name Region State Sales
Pratham North Punjab 25000
Amit West Goa 36000
Agit East Bihar 45500
Devender North Punjab 75000
Arjun West Gujarat 65200
Bablu North Haryana 55800
Pawan West Goa 75800
Haran East Jharkhand 65800
Karan West Goa 89650
105 45 412000
=VLOOKUP(Lookup_value,Table_array,Col_index_No,0)
How to show multiple result for a singal lookup value
using VLOOKUP
P_id Salesman Age Department Sales
100 Pratham 22 Garment 52000
101 Amit 25 Garment 65000
102 Agit 23 Electronics 150000
103 Devender 31 Electronics 230000
104 Arjun 40 Garment 352000
105 Bablu 45 Garment 412000
106 Pawan 21 Electronics 500000
107 Haran 25 Furniture 362000
108 Karan 28 Furniture 252000
Note:- If you want to don't salect table arrey again and again
Salect all data in one time
Click Name Box
Type any table Name
Enter
Note:-If you want to add any column & row then how to update authomatic
Go to formula tab
Click name manager
Refers to:-add extra row and column and also change file name
P_id Sales Age Department
=VLOOKUP(lookup_value,sales,col_index_n.,0)
How to use double vlookup
Table-1 Table-2
ID Name Age Name Post Salary Location
101 Deepak 25 Vashu Manager 30000 Noida
102 Pratham 26 Deepak Accountent 25000 Delhi
103 Vashu 23 Vishal Asst. Manager 29000 Faridabad
104 Meenu 21 Pratham Manager 32000 Delhi
105 Vishal 28 Meenu Asst. Manager 28500 Noida
ID Name Salary
106 not found not found
=VLOOKUP(ID,table-1,2,0)
Note:- If you want to set own error(#N/A) messange.
=IFERROR(value,value_if_error)
=IFERROR(VLOOKUP(ID,table-1,2,0),"not found")
Dynamically updated Vlookup formula
ID Name Age DOJ Salary
101 Deepak 25 25-Mar-2015 30000
102 Pratham 26 10-Feb-2014 25000
103 Vashu 23 2-Apr-2015 29000 ID Name
104 Meenu 21 16-Apr-2014 32000 106 Arti
105 Vishal 28 25-Jun-2014 28500 =VLOOKUP(ID,Table,Col_index_No.,False)
106 Arti 30 15-Jul-2014 25000
107
Step-1 Apply Table Formate in data
Select table range
Click Formate as table in home tab
ok
Step-2 Create drop down list of ID No.
Select all ID Data range
formula tab and click Create from salection
Top Row
ok
Step-3 Data tab ID Cell click
Data Validation
Allow: List
Source: F3
ok
Using Double Lookup Value in Vlookup
Student Total Marks
Father Name Roll No. Class
Name Marks Obtained
Student Marks
Name Obtained
Ajay 460 =VLOOKUP(lookup_value,Table_array,Col_index_No,0)
_array,Col_index_No,0)
5
=MATCH(lookup_value,lookup_arrar,0)
_value,lookup_arrar,0),0)
Index Function
Product ID Product Name Qty Rate Total
P001 Keyboard 20 120 2400
P002 Mouse 50 150 7500
P003 Hard Disk 60 500 30000
P004 RAM 50 250 12500
P005 Microphone 40 360 14400
P006 Speaker 30 180 5400
=INDEX(array,row_no,column_no)
=INDEX(all ragnge,Mouse,rate4)
Index + Match Function
Product ID P003 4 =MATCH(P003,Product ID Column,0)
Item Name/ Rate Item Name 1 =MATCH(Item Name,Item Name Row Select,0)
Product ID
Item Name
Rate
Use Subtotal Formula
Sr. No Item Company Qty Price Amount Use the SUBTOTAL function to ex
1 Mouse abc 100 100 10000 total. You can choose any one o
such as Sum
2 Keyboard xyz 150 120 18000
3 Hard Disk abc 123 500 61500 Total Qty
4 Mouse abc 250 120 30000 Total Amount
5 Keyboard xyz 140 150 21000 Total Item
6 Hard Disk xyz 160 600 96000 Average of Amount
7 Mouse xyz 152 150 22800 Maximum Amount
8 Keyboard abc 130 180 23400 Minimum Amount
9 Hard Disk abc 150 600 90000
10 Mouse xyz 170 150 25500 Step-1 Select all Data
11 Hard Disk abc 120 600 72000 Home tab
12 Mouse xyz 190 150 28500 Click Sort & Filter
Filter
Total Qty 1835
Total Amount 498700 Step-2 Click Sr. No.
Total Item 12 =SUBTOTAL(3,Item F4:It
Average of Amount 41558.33
Maximum Amount 96000
Minimum Amount 10000
SUBTOTAL function to exclude filtered or hidden rows when calculating a
ou can choose any one of the 11 functions that SUBTOTAL can calculate,
such as Sum, Average, Count or Max.
1835 =SUBTOTAL(9,qtyColumn)
ount 498700 =SUBTOTAL(9,qtyColumn)
m 12 =SUBTOTAL(3,Item Column)
of Amount 41558.33 =SUBTOTAL(1,Amt. Column)
m Amount 96000 =SUBTOTAL(4,Amt. Column)
m Amount 10000 =SUBTOTAL(5,Amt. Column)
Pratham 54 89 63 35 60 60.2
Amit 75 54 97 88 61 75
Agit #DIV/0!
Devender #DIV/0!
Arjun #DIV/0!
Bablu #DIV/0!
Pawan #DIV/0!
Haran #DIV/0!
Karan #DIV/0!
R(Value,"value_if_error)
Year Quantity
Average
2018 #DIV/0!
Year Quantity
Average
2018 Not Valid
CountriesN Flage
ame Picture
India
Iran
New Zealand
Bangladesh
Austria
Afghanistan
CountriesN India
ame Step-1 Drop down list of Countries name.
Flage
Picture
Step-2 Copy any Picture and Paste as Picture in paste Picture Link
Name:- Picture
ep-1 Select State column and All state and city column select one by one
o to Formula tab and click create fro selection
Name Total
Devender 332
=HLOOKUP(Total,all table,5,0)
Step-1 click the subject cell
Go to data tab
Data validation
Allow: List
Source: All all subject range
ok
Match + Hlookup Function
Salesman Deepak Raj Aman Rohit Anil
Jan 24330 38529 26478 36911 31910
Feb 35353 25669 52153 26898 44784
Mar 32690 26628 41336 25665 30062
Apr 27736 24911 45629 44553 32881
May 49363 42261 46901 24367 35935
Jun 31598 39612 28193 29044 24903
Salesman Apr
Aman 45629
=MATCH(April,all month,0)
=HLOOKUP(aman,all table,MATCH(April,all month,0),0)