Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a column of cells like the following:
LC0000030201000 LC0000030201001 I want to check the list digit in the cell and see if its a 0 or a 1 so I can run different IF statements. Any ideas? Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=if(right(cell,1)=0,true condition,false condition)
"NacellesEng" wrote in message oups.com... I have a column of cells like the following: LC0000030201000 LC0000030201001 I want to check the list digit in the cell and see if its a 0 or a 1 so I can run different IF statements. Any ideas? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing a check digit | Excel Discussion (Misc queries) | |||
Creating a Check Digit | Charts and Charting in Excel | |||
Color a single digit in a mult-digit number cell | Excel Discussion (Misc queries) | |||
Mod-10 Check Digit | Excel Worksheet Functions | |||
Mod-10 Check Digit | Excel Worksheet Functions |