Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Check last digit in cell

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Check last digit in cell

=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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing a check digit cwd58 Excel Discussion (Misc queries) 3 June 22nd 06 06:07 PM
Creating a Check Digit Ilan Charts and Charting in Excel 1 December 3rd 05 01:43 PM
Color a single digit in a mult-digit number cell Phyllis Excel Discussion (Misc queries) 6 November 17th 05 01:46 AM
Mod-10 Check Digit Union70 Excel Worksheet Functions 1 March 25th 05 12:35 AM
Mod-10 Check Digit Union70 Excel Worksheet Functions 4 March 8th 05 08:58 AM


All times are GMT +1. The time now is 12:08 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"