Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
dpscoupe
 
Posts: n/a
Default How to repalce numbers after a decimal

Lets say I have a column of numbers, that looks like this:

10.242
11.817
12.915
14.805

and I want it to look like this:

10.95
11.95
12.95
14.95

What function could be used to accomplish this?


  #2   Report Post  
Posted to microsoft.public.excel.misc
David Billigmeier
 
Posts: n/a
Default How to repalce numbers after a decimal

Format-Cells-Number tab-Click 'Custom', and enter this:

0.95


--
Regards,
Dave


"dpscoupe" wrote:

Lets say I have a column of numbers, that looks like this:

10.242
11.817
12.915
14.805

and I want it to look like this:

10.95
11.95
12.95
14.95

What function could be used to accomplish this?


  #3   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR
 
Posts: n/a
Default How to repalce numbers after a decimal

One way:

=INT(A1)+0.95

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"dpscoupe" wrote in message
...
Lets say I have a column of numbers, that looks like this:

10.242
11.817
12.915
14.805

and I want it to look like this:

10.95
11.95
12.95
14.95

What function could be used to accomplish this?



  #4   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default How to repalce numbers after a decimal

Try this:
Select the range of values
EditReplace
Find what: .*
Replace with: .95
Click [Replace All]

Does that help?

***********
Regards,
Ron


"dpscoupe" wrote:

Lets say I have a column of numbers, that looks like this:

10.242
11.817
12.915
14.805

and I want it to look like this:

10.95
11.95
12.95
14.95

What function could be used to accomplish this?


  #5   Report Post  
Posted to microsoft.public.excel.misc
dpscoupe
 
Posts: n/a
Default How to repalce numbers after a decimal

Thanks! Got it licked now!

"RagDyeR" wrote:

One way:

=INT(A1)+0.95

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"dpscoupe" wrote in message
...
Lets say I have a column of numbers, that looks like this:

10.242
11.817
12.915
14.805

and I want it to look like this:

10.95
11.95
12.95
14.95

What function could be used to accomplish this?




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
Count comma separated numbers, numbers in a range with dash, not t Mahendra Excel Discussion (Misc queries) 0 August 8th 05 05:56 PM
"Decimal tab" in Excel? Sam Excel Discussion (Misc queries) 4 July 22nd 05 04:01 AM
decimal point override does not work Sam Brauen Excel Discussion (Misc queries) 0 January 6th 05 05:29 PM
Sorting when some numbers have a text suffix confused on the tundra Excel Discussion (Misc queries) 5 December 18th 04 10:19 PM
finding common numbers in large lists Jenn Excel Worksheet Functions 1 November 11th 04 07:42 PM


All times are GMT +1. The time now is 12:23 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"