- Refer to other sheets in conditional formating. You can only refer to the sheet where conditional formating is being applied.
- Refer to closed workbooks using indirect() function. It will return #Ref error when you refer to other workbooks in indirect function. By the way if you want to refer to some other workbook in your excel sheet, you can for example write,
='C:\something\someotherthing\morethings\mysheets\
[book1.xls]'sheet1!a1 - Name 2 workbooks with same value while they both are open.
Actually no easy workarounds exist for these, but as far as I know you can overcome second point by implementing VBA versions of indirect like pull() defined here and indirect.ext() here. Happy excelling 🙂
4 Responses to “Do you know that Excel cant …”
[...] Related: Do you know what excel cannot do? [...]
You can refer to other sheets in conditional formating by using named ranges.
@Jakob... that I learned much after writing this post.... 🙂 Thanks for pointing it out.
Hi Chandoo.. Is this true for Excel 2010 and above as well?? I believe I was able to do conditional formatting in one worksheet by referring to values in another worksheet in the same workbook