Advanced Excel Functions
Agata Bak-Geerinck
Product Owner Data, Telenet
Absolute referencing:
Relative referencing:
Some practical applications:
New rows / columns are added to the dataset
Anchoring data relative to a (dynamically) selected data point
Reformatting nested data inputs into proper tables
Syntax:
Syntax:
Examples:
OFFSET () and MATCH () combination
Sales of Week 2 (cell E2) = OFFSET (A5, 1 , MATCH($B$1, Weeks, 0))
Advanced Excel Functions