Mead in Kent 8 Fns
Mead in Kent 8 Fns
CELL()
(including the path) and the current worksheet
name. FIND() searches for some characters
within a text string and returns the start posi-
tion.
=CELL(“filename”, Cell_Ref)
=FIND(searchItem,withinText, start_posn)
http://www.meadinkent.co.uk//xlvariousone.htm
OFFSET()
in a single cell or the values in a range of cells.
=OFFSET(InitialCell, RowsFrom, ColsFrom,
Height, Width)
http://www.meadinkent.co.uk/xloffsetchoose.htm
DATE()
convert a number or date value into a text string and
DATEVALUE() returns a date value from an appropriate
text string.
=DATE(Year, Month, Day)
=TEXT(CellReference, StringFormat)
=DATEVALUE(TextStringDate)
http://www.meadinkent.co.uk/datesandtimes.htm
INDIRECT()
string. In the example values will be summed from a
worksheet (‘North_Data’) whose name is derived from
the value selected (in B2).
=INDIRECT(textString)
http://www.meadinkent.co.uk/xl-indirect.htm