MS excel 2016 - Microsoft Community
                Office                /                        Excel                    /                        Windows other                    /                        Office 2016                
 
  
i want highlight selected digits of numbers (selected in range) in bold & colour desired user
eg - cell 1 contains 500 & cell 2 contains 5000. user has selected these 2 cells range. wants highlight 50 in these 2 cells( other digits should retain original colour, font etc) in desired colour(say red) & wants them in bold. kindly share suitable formula/macro etc achieve this.
numbers numbers cannot formatted @ character level. numbers strings - cell formatted text - can formatted @ character level, can affect formula results adversely unless formulas rewritten in mind.
you apply conditional formatting cells, using formula option, formula like
=not(iserror(find("50",b2)))
but format entire value , not 50 part of value.
                Office                /                        Excel                    /                        Windows other                    /                        Office 2016                
 
  
Comments
Post a Comment