A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Is there simple formula to add values from different tabs. My formula noe looks something like this...=(tab1: cell a2+tab2:cell a2)
Try this formula:
=tab1!A2+tab2!A2
Hope this helps / Lars-Åke