View Single Post
  #1  
Old March 17th, 2010, 02:38 PM posted to microsoft.public.excel.worksheet.functions
msnyc07
external usenet poster
 
Posts: 97
Default Replace Cells with Column names in functions?

I have a # of fairly long/complex cell functions that get hard to debug
because there are also a lot of rows.

Is there anyway to change display so it replaces the column name e.g.

If(BT1204="X". BA="Y"

to

If(CustomerName="X", CustomerCode="Y")

?