A clickable connection in a cell that directs users to a URL, file, or specific location within a workbook.
Experimente com IAA hyperlink acts as a shortcut that allows users to navigate instantly to external websites, local files, or different cells and sheets within the same Excel file. It can be created by right-clicking a cell or by using the HYPERLINK function to generate dynamic links based on cell values.
=HYPERLINK(link_location, [friendly_name])Using =HYPERLINK("https://www.google.com", "Search") creates a clickable cell labeled 'Search' that opens Google in your web browser.
Right-click the cell and select 'Remove Hyperlink' from the context menu.