Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi, I would like to know, is it possible to highlight all the cells that are used in formula by simple selecting of the formula result cell (I would like to see which cells are included in the formula). Solution must be somewhere in "conditional formatting", but I can not find it. Please direct me where to look for the solution. Thanks in advance. -- Mare ------------------------------------------------------------------------ Mare's Profile: http://www.excelforum.com/member.php...o&userid=27644 View this thread: http://www.excelforum.com/showthread...hreadid=505994 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() If you double click on the result cell, it will highlight those cells used in the formula. Cheers Ubsy -- Ubsy ------------------------------------------------------------------------ Ubsy's Profile: http://www.excelforum.com/member.php...o&userid=30921 View this thread: http://www.excelforum.com/showthread...hreadid=505994 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks for the quick reply, I did not explain that I would like to have highlighted cells color coded, and also to be able to select different result cells within the same worksheet at the same time. -- Mare ------------------------------------------------------------------------ Mare's Profile: http://www.excelforum.com/member.php...o&userid=27644 View this thread: http://www.excelforum.com/showthread...hreadid=505994 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Create a UDF
Function IsFormula(rng As Range) IsFormula = rng.HasFormula End Function and use that in conditional formating to highlighte them. -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Mare" wrote in message ... Thanks for the quick reply, I did not explain that I would like to have highlighted cells color coded, and also to be able to select different result cells within the same worksheet at the same time. -- Mare ------------------------------------------------------------------------ Mare's Profile: http://www.excelforum.com/member.php...o&userid=27644 View this thread: http://www.excelforum.com/showthread...hreadid=505994 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
make multiple cells in 1 worksheet equal multiple cells in another | Excel Worksheet Functions | |||
Fill cells from non-adjacent cells | Excel Discussion (Misc queries) | |||
highlight cells to obtain total without using formula? | Excel Discussion (Misc queries) | |||
Convert data type of cells to Text,Number,Date and Time | Excel Worksheet Functions | |||
Highlight cells | Excel Worksheet Functions |