Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
how do i show only the last four digits of a credit card number
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=Right(A1,4) will show last 4 digits/characters of number/text in A1
"ExcelB" wrote: how do i show only the last four digits of a credit card number |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the number is in cell A1, use the formula
=RIGHT(A1,4) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "ExcelB" wrote in message ... how do i show only the last four digits of a credit card number |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=right(a2,4)
-- Don Guillett SalesAid Software "ExcelB" wrote in message ... how do i show only the last four digits of a credit card number |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() if your Credit Card number is in A1, you can use Right(A1,4) -- Bearacade ------------------------------------------------------------------------ Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016 View this thread: http://www.excelforum.com/showthread...hreadid=552847 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You can also try this: =CONCATENATE(REPT("XXXX-",3), RIGHT(B3,4)) -- Bearacade ------------------------------------------------------------------------ Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016 View this thread: http://www.excelforum.com/showthread...hreadid=552847 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
adding digits of a number | Excel Worksheet Functions | |||
number changing digits on paste from web apx file field | Excel Discussion (Misc queries) | |||
maximum number size/significant digits | Excel Discussion (Misc queries) | |||
How do I perform a MOD-10 credit card check in Excel? | Excel Worksheet Functions | |||
When we enter a 16 digit number (credit card) the last digit chan. | Excel Discussion (Misc queries) |