Prev: How to return to the previous active sheet after hyperlink?
Next: leave sum of j7 at 40 or less put excess in k7
From: msnyc07 on 17 Mar 2010 10:38 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") ?
From: Teethless mama on 17 Mar 2010 11:21 CustomerName is a defined name range for BT1204 Find & Replace Find what: BT1204 Replace with: CustomerName "msnyc07" wrote: > 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") > > ? >
From: msnyc07 on 17 Mar 2010 11:28 Hmm, thanks, but i am more looking for some auto or semi automatic way for the displayed functions to reference the column names. Search and replace for all formulas might get problematic. "Teethless mama" wrote: > CustomerName is a defined name range for BT1204 > > Find & Replace > > Find what: BT1204 > Replace with: CustomerName > > > "msnyc07" wrote: > > > 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") > > > > ? > >
From: Glenn on 17 Mar 2010 12:35 msnyc07 wrote: > 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") > > ? > Look at "About labels and names in formulas" in the help file.
From: Ashish Mathur on 17 Mar 2010 19:56
Hi, define a name to BT1204 as Customername, BA1204 as customercode. Now go to Apply names, select all the names and click on OK. All the BT1204 and BA1204 on the same sheet will get replaced by customername and customercode -- Regards, Ashish Mathur Microsoft Excel MVP "msnyc07" <msnyc07(a)discussions.microsoft.com> wrote in message news:4BD059F7-D679-43BC-B192-696B64E51E9D(a)microsoft.com... > 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") > > ? > |