Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 4

Within any Condition if Numbers are used then we don’t need to use " ", this will be only

required for "TEXT"

Addition =
Subtraction =
Multiply =
Rasied to 2 =
Minimum of a Range A2-A9 Cells =
Maximum of a Range A2-A9 Cells =
Average of a Range A2-A9 Cells =
Percentage =
Rank of any value in column =
IF Statement =
Average IF =
Nested IF =
IF-AND =
IF-OR =
Average IF S =
Sum if =
Sum if S =
Count if =
Count If S =
VLOOKUP (Columns) =
Horizontal Lookup (Rows) =
Index =
Match =
Index - Match =
Basics of Solver

Daverage =
Dsum =
Dcount =
Dmax =
Dmin =
Dget =
Straight line Depreciation =
Pivot Table =
Data Validation =
Forecast =
Conditional Formating =
are used then we don’t need to use " ", this will be only required for "TEXT"

A1+B1
A1-B1
A1*B1
A1^2
MIN(A2:A9)
MAX(A2:A9)
AVERAGE(A2:A9)
A2/Total Value *100
RANK(D3,$D$2:$D$5)
IF(E2>=15000,"OK","NOT OK")
AVERAGEIF(A14:C14,">0")
IF(F6>1500000,F6*12%,IF(F6>975000,F6*10%,IF(F6>250000,F6*5%,IF(F6>125000,F6*2%,0))))
IF(OR(F13>8500,G13>5),F13*2%,0)
IF(AND(F13>8500,G13>5),F13*1.5%,0)
AVERAGEIFS(C2:C9,A2:A9,"A",B2:B9,"Delivered")
SUMIF(A2:A10,"Torch",C2:C10)
SUMIFS(C2:C10,A2:A10,"Torch",B2:B10,"West")
COUNTIF(A2:A10,"torch")
COUNTIFS(A2:A10,"torch",B2:B10,"north")
VLOOKUP(A11,A1:C6,2,TRUE)
HLOOKUP(D9,A2:F5,2,TRUE)
INDEX(A6:C15,3,3)
MATCH(APPLE,B2:B9,0)
INDEX(C2:C7,MATCH(B4,B2:B7))
Objective Function will be the Value that needs to be min/max
Variable Cells will be manipulated in order to achieve our objective
Constraints on the Variable will be added
Simplex Line Programming needs to be selected

DAVERAGE(A1:D17,D1,G2:H3)
DSUM(A1:D17,D1,G6:H7)
DCOUNT(A1:D17,D1,G14:H15)
DMAX(A1:D17,D1,G18:H19)
DMIN(A1:D17,D1,G18:H19)
DGET(A1:D17,D1,K15:L16)
SLN(1000,100,10)
Selectin the Content - Select insert tab and add pivot table from the range
Selection of option from the list so that no other value is entered in the cell
FORECAST(A12,B2:B11,A2:A11)
Select the table - on home select conditional formating and then highlight cell and give your required condition
Simple Addition
Simple Subtraction
Multiply and enjoy
Powers
Minimum Value
Maximum Value
Average Value
Percentage
Here Cell D3's value is bening compared with cells from range D2 to D5
If the Value of cell E2 is greater than 15000 then print OK (if-true) or NOT OK (IF-False)
Calculate the Average only if the critera of >0 meets
Here if F6 is greater than 1500000 then F6*12% will be calculated and so and so forth
when F13 is greater than 8500 OR G13 is greater than 5, if the previous is true then calculate F13*2% or take 0
when F13 is greater than 8500 AND G13 is greater than 5, if the previous is true then calculate F13*1.5% or take 0
Calculating the Average of the cells C2-C9 if A2-A9 value us A and B2-B9 says delivered
Summing if A2-A10 is having torch then sum of those corresponding cells from C2-C10
Summ if A2-A10 is Torch and B2-B10 cells say west then sum the data from C2- C10
Count the Data if Torch is present from A2-A10
Count the Data if Torch is present from A2-A10 and North from B2-B10
This Function helps to Find the Value of A11 in the Table From A1:C6 and give the output corresponding to Column 2 of A11ce
ThiS Funtion will act the same but find the value from Rows
This Function will find the Value of 3rd Row and 3Rcolumn from the table A6-C15
This Function will find the Value of APPLE and tell its location in the table according to the row number from the table B2-B9, a
Getting te Value in the ans from C2-C7 with corresonponding cells from B2-B7 with reference of B4

Finds the Average from the database/ table of A1-D17 with the contents d1 eg-sales and the condition is mentioned within th
will similarly find the sum
will similarly find the Count
Maximum
Minimum
Finds the exact record according to condition against the D1 value
Cost -1000, Depr. Value 100 period is 10 years

Go to Data - data validation - click on data validation again add the condition
Forecasting the value corressponding to A12 cell with past data from B2-B11 and A2-A11 as reference
quired condition
3*2% or take 0
13*1.5% or take 0

ponding to Column 2 of A11cell with True being the Exact Match

umber from the table B2-B9, and 0 being the exact match

ndition is mentioned within the table of G2-H3

You might also like