Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I want to create a funtion where the last digit of a four or five digit
number is alway "9". Any suggestions would be appreciated. Thank you, |
#2
![]() |
|||
|
|||
![]()
Please give an example.
******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "mcd_fan" wrote in message ... I want to create a funtion where the last digit of a four or five digit number is alway "9". Any suggestions would be appreciated. Thank you, |
#3
![]() |
|||
|
|||
![]()
CELL A1 is 253
CELL A2 is 18567 CELL A3 is 8932 but I want it to read CELL A1 259 CELL A2 is 18569 CELL A3 is 8939 I basically want it to round up to 9, The cloestes thin I could find was the IF function but that would not work the way I want it too. Thanks, "Anne Troy" wrote: Please give an example. ******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "mcd_fan" wrote in message ... I want to create a funtion where the last digit of a four or five digit number is alway "9". Any suggestions would be appreciated. Thank you, |
#4
![]() |
|||
|
|||
![]()
How about this, MCD:
=ROUNDDOWN(A1,-1)+9 That rounds it down to the nearest 10, then adds 9. :) ******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "mcd_fan" wrote in message ... CELL A1 is 253 CELL A2 is 18567 CELL A3 is 8932 but I want it to read CELL A1 259 CELL A2 is 18569 CELL A3 is 8939 I basically want it to round up to 9, The cloestes thin I could find was the IF function but that would not work the way I want it too. Thanks, "Anne Troy" wrote: Please give an example. ******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "mcd_fan" wrote in message ... I want to create a funtion where the last digit of a four or five digit number is alway "9". Any suggestions would be appreciated. Thank you, |
#5
![]() |
|||
|
|||
![]()
Just one idea:
=A1+9-MOD(A1,10) HTH -- Dana DeLouis Win XP & Office 2003 "mcd_fan" wrote in message ... CELL A1 is 253 CELL A2 is 18567 CELL A3 is 8932 but I want it to read CELL A1 259 CELL A2 is 18569 CELL A3 is 8939 I basically want it to round up to 9, The cloestes thin I could find was the IF function but that would not work the way I want it too. Thanks, "Anne Troy" wrote: Please give an example. ******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "mcd_fan" wrote in message ... I want to create a funtion where the last digit of a four or five digit number is alway "9". Any suggestions would be appreciated. Thank you, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I NEED HELP with the SPELLNUMBER Function | Excel Worksheet Functions | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
Create a function to return text if two logical functions are true | Excel Worksheet Functions | |||
how do i create a find function for an excel drop list? | Excel Discussion (Misc queries) | |||
How do I create a multi formula IF function in Excel? | Excel Worksheet Functions |