This document provides instructions for creating hyperlinks and formulas for summing values within and between Excel worksheets and workbooks. Hyperlinks between sheets use an exclamation point and cell reference, while those between workbooks use square brackets around the filename. Formulas to sum ranges can refer to cells on the same sheet or multiple sheets, with or without specifying another workbook, using commas to separate ranges.
1 of 4
Download to read offline
More Related Content
EXcel_Hyperlink.pdf
1. Hyperlink
• Hyperlink between sheets/worksheets
=Sheet1!C5
• Hyperlink between excel file/workbooks
='[workbook1.xlsx]Sheet3'!$C$2)
Equal to sign –
quote –
square bracket open- filename-square bracket close-
sheet name-
quote –
exclamation-dollar sign-absolute referencing with cell
address
2. Sum within 2 sheets
=SUM(Sheet1!C5:E5,Sheet3!B5:D5)
Sum within 1 sheets
=SUM(Sheet1!C5:E5)