RIGHT function used relative

  • Thread starter Thread starter Bonnie
  • Start date Start date
B

Bonnie

Is it possible to make the "A1" in RIGHT(A1,4) relative?

I am using a Word mail merge with an Excel file to create
a receipt where I only print the last 4 digits of a credit
card number, where my criteria is that the field "How"
= "cc" from in Excel file.

Any suggestions?
 
Hi,

in this formula the "A1" is relative. =Right(A1,4)
absolute would be =Right($A$1,4)

John
 

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

Back
Top