简体   繁体   中英

How to highlight (cells from other sheet) while editing formula?

I was searching regarding highlighting cells from other sheet (in edit mode) but could not find any solution to it. When a cell is selected and in edit mode, the cells used in the formula gets highlighted if they are from same sheet. For example (see following image) cell K6 is selected from sheet "data" and cells used in the formula are highlighted with red, blue and purple color rectangles. 在此输入图像描述

But when formula contains the cell from other sheet it will not be highlighted. For example (see following image) cell D5 from sheet"Chart" is selected. The cell uses X6 cell from sheet "data" but it is not highlighted when we are editing formula in cell D5 from sheet "Chart". It will be very helpful to debug the sheets if it was possible to highlight cells from other sheet while editing the formulas in cell. Is there any way to do this? 在此输入图像描述

You can use Spreadsheet Inquire in and .

It can go beyond the direct dependents and precedents of that cell, and show the cells that underpin the direct cells etc.

在此输入图像描述

A work around:
1. click the cell with the formula you want to trace
2. go to the Formulas menu (in the top menu)
3. click on "Trace Dependents" under "Formula Auditing"
4. you will see blue arrows from referenced cells in the same sheet, and a black dashed arrow to a little drawing representing other sheets
5. double click the dashed line, the "Go to" window pops up
6. select a reference in the list
7. click OK, it will take you to the referenced cell in the other sheet

There is an extension you can use that could potentially solve your problem. It's called FormulaDesk: https://www.formuladesk.com/

It has a feature called Formula Explorer. When you click on a cell reference from another sheet in the formula explorer, it will present you with the cell (range) value, cell address, and even a screenshot of the area from the sheet.

See this picture for clarification:

FormulaDesk

Hope this helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM