View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Trevor Williams Trevor Williams is offline
external usenet poster
 
Posts: 181
Default Colouring text in VLOOKUP formula

Hi all, simple question (I think)...

I have a text cell made up of a vlookup and some other text. What I want to
do is colour the 'non-looked up' text a different colour.

Here's my formula:
=VLOOKUP(AcctNo,AcctList,2,FALSE) & " | some other text"

Any ideas gratefully received.

Trevor Williams