PC Review


Reply
Thread Tools Rate Thread

Replacing a Range of Numbers

 
 
Peter Herman
Guest
Posts: n/a
 
      10th Jul 2008
Hi there,
I have a column of numbers which I am looking to change. ie..all numbers
between 1-10 should be replaced with a certain value and then all numbers
between 11-20 with a different value etc...any assistance that you could
provide would be greatly appreciated.
Thanks,
Pete
 
Reply With Quote
 
 
 
 
StumpedAgain
Guest
Posts: n/a
 
      10th Jul 2008
Try this inserting what you want your values to be:

=IF(A1<1,A1,IF(A1<10,*New Value Here*,IF(A1<20,*New Value Here*,A1)))

You can then (if you want) select all of your new values, copy, paste
special as values to get rid of the equations.

Hope it helps!

--
-SA


"Peter Herman" wrote:

> Hi there,
> I have a column of numbers which I am looking to change. ie..all numbers
> between 1-10 should be replaced with a certain value and then all numbers
> between 11-20 with a different value etc...any assistance that you could
> provide would be greatly appreciated.
> Thanks,
> Pete

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
replacing a range of numbers sg Microsoft Excel Worksheet Functions 3 14th Aug 2008 01:45 PM
two columns range of numbers need to list all numbers in the range =?Utf-8?B?YXJzb3ZhdA==?= Microsoft Excel New Users 2 30th Oct 2006 09:21 PM
can numbers be assigned to values, replacing values for numbers =?Utf-8?B?Q29zc2xvZmZl?= Microsoft Excel Misc 2 3rd Jun 2006 10:22 AM
Regular expressions: Replacing whole words without replacing non word chararcters leeonions Microsoft VB .NET 2 29th Sep 2005 03:33 PM
Regular expressions: Replacing whole words without replacing non word chararcters leeonions Microsoft VB .NET 0 28th Sep 2005 01:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:52 PM.