Replace Cells with Column names in functions?

M

msnyc07

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")

?
 
T

Teethless mama

CustomerName is a defined name range for BT1204

Find & Replace

Find what: BT1204
Replace with: CustomerName
 
M

msnyc07

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.
 
G

Glenn

msnyc07 said:
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.
 
A

Ashish Mathur

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top