You are on page 1of 1

Conversion factors

1 ton of nitrogen = 30.4 MSCF of nitrogen


1 ton of fuel gas = 49.5 MMbtu of fuel gas

Index function: It gives the value in particular row with respect to particular
coloumn.
Particular row: It is often provided as array in the formaula. For ex: $A76:$AB76
Particular coloumn: It is often find by using match function.
Match function finds the location of the any specific value passed in the argument.
For example MATCH($C$8,$C19:$AC19).
Most of the times array passed in the argument is specific row.

Vlookup
Vlookup (Value or statement to be find, Array, column no)

Value or statement to be find: The function will find this value in the given array
(second argument)and
lock the row in which value is found. Then it looks into the column passed as
argument and returns the value

Important point to remember in IHS: All these functions works by fixing the row
first

Index function (find values only if numerical or dynamic values are passed as
argument:
First argument passed is the row where value needs to be find
Match function: First arguemt is value, Second argument is the row, against which
location of the value (first argument) needs to be find
Vlookup: First argument (the value or statement) is found from the array passed as
second argument
and row is fixed in which the value is found

You might also like