Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a column of numerical values and I need to choose cells based on
whether or not the value of the ending digit in the cell is equal to 1. For example I would want to choose a cell whose data is 12341 but not choose a cell whose data is 1234 . Any help is appreciated Thank you |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Something like this?
=RIGHT(A1,1) -- Regards, Dave "Thruway" wrote: I have a column of numerical values and I need to choose cells based on whether or not the value of the ending digit in the cell is equal to 1. For example I would want to choose a cell whose data is 12341 but not choose a cell whose data is 1234 . Any help is appreciated Thank you |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the test is for a numeric value, try this:
=--RIGHT(A1,1)=1 or =MOD(A1,10)=1 Does that help? *********** Regards, Ron XL2002, WinXP-Pro "Thruway" wrote: I have a column of numerical values and I need to choose cells based on whether or not the value of the ending digit in the cell is equal to 1. For example I would want to choose a cell whose data is 12341 but not choose a cell whose data is 1234 . Any help is appreciated Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display a digit before or after the decimal point in another cell | Excel Worksheet Functions | |||
Find & replace a value in an unknown cell location | Excel Discussion (Misc queries) | |||
Color a single digit in a mult-digit number cell | Excel Discussion (Misc queries) | |||
How to replace the last digit in a cell with a letter | Excel Discussion (Misc queries) | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions |