PC Review


Reply
Thread Tools Rate Thread

Change all instances of A,B,C,D to G

 
 
Julie
Guest
Posts: n/a
 
      19th Jun 2008
Hi,
I keep a chart that indicates students' grades in various courses (column A
lists the student name, Row 1 the course and Rows 2-22 and Columns B-G list
the grades received: A,B,C,D, F, Inc). Once a month, I need to share
information that students received a grade, but not indicate which grade they
received, unless they received an F or Inc, which should stay noted.

Is there a way to change all instances of "A" "B" "C" "D" to "G"?

Or can someone think of some other way to achieve what I'm trying to do?
Thanks so much for any assistance.

--
Julie
 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      19th Jun 2008
One quick way
Sub gradechange()
lr=cells(rows.count,"b").end(xlup).row
myarray = Array("a", "b", "c", "d")
For Each l In myarray
Range("b2:g" & lr).Replace l, "g"
Next l
End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"Julie" <(E-Mail Removed)> wrote in message
news:B03E3A1B-2107-4E20-ABF4-(E-Mail Removed)...
> Hi,
> I keep a chart that indicates students' grades in various courses (column
> A
> lists the student name, Row 1 the course and Rows 2-22 and Columns B-G
> list
> the grades received: A,B,C,D, F, Inc). Once a month, I need to share
> information that students received a grade, but not indicate which grade
> they
> received, unless they received an F or Inc, which should stay noted.
>
> Is there a way to change all instances of "A" "B" "C" "D" to "G"?
>
> Or can someone think of some other way to achieve what I'm trying to do?
> Thanks so much for any assistance.
>
> --
> Julie


 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      19th Jun 2008
If you're using office 2002+, you can use:
Insert|symbol

Chip Pearson has an addin that may help (if you're using xl2k or lower).
http://www.cpearson.com/excel/download.htm
(look for Symbolizer and make sure you get the correct version)

Julie wrote:
>
> Hi,
> I keep a chart that indicates students' grades in various courses (column A
> lists the student name, Row 1 the course and Rows 2-22 and Columns B-G list
> the grades received: A,B,C,D, F, Inc). Once a month, I need to share
> information that students received a grade, but not indicate which grade they
> received, unless they received an F or Inc, which should stay noted.
>
> Is there a way to change all instances of "A" "B" "C" "D" to "G"?
>
> Or can someone think of some other way to achieve what I'm trying to do?
> Thanks so much for any assistance.
>
> --
> Julie


--

Dave Peterson
 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      19th Jun 2008
Select the range to fix and do 4 edit|replaces????

Julie wrote:
>
> Hi,
> I keep a chart that indicates students' grades in various courses (column A
> lists the student name, Row 1 the course and Rows 2-22 and Columns B-G list
> the grades received: A,B,C,D, F, Inc). Once a month, I need to share
> information that students received a grade, but not indicate which grade they
> received, unless they received an F or Inc, which should stay noted.
>
> Is there a way to change all instances of "A" "B" "C" "D" to "G"?
>
> Or can someone think of some other way to achieve what I'm trying to do?
> Thanks so much for any assistance.
>
> --
> Julie


--

Dave Peterson
 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      20th Jun 2008
Oops. This is in the wrong thread.

Dave Peterson wrote:
>
> If you're using office 2002+, you can use:
> Insert|symbol
>
> Chip Pearson has an addin that may help (if you're using xl2k or lower).
> http://www.cpearson.com/excel/download.htm
> (look for Symbolizer and make sure you get the correct version)
>
> Julie wrote:
> >
> > Hi,
> > I keep a chart that indicates students' grades in various courses (column A
> > lists the student name, Row 1 the course and Rows 2-22 and Columns B-G list
> > the grades received: A,B,C,D, F, Inc). Once a month, I need to share
> > information that students received a grade, but not indicate which grade they
> > received, unless they received an F or Inc, which should stay noted.
> >
> > Is there a way to change all instances of "A" "B" "C" "D" to "G"?
> >
> > Or can someone think of some other way to achieve what I'm trying to do?
> > Thanks so much for any assistance.
> >
> > --
> > Julie

>
> --
>
> Dave Peterson


--

Dave Peterson
 
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
How to change meeting dates/times only for future instances inventif Microsoft Outlook Calendar 4 8th Jul 2009 12:38 AM
Change All Instances of a Cell Reference in a Formula AlwaysFroosh! Microsoft Excel Misc 5 16th Dec 2008 08:58 PM
Apis to create multi instances of a service ala sql 2005 instances John H Microsoft Dot NET Framework 2 10th Nov 2008 01:06 PM
Change the Formatting of All Instances of a word in a worksheet in Excel jaikal24 Microsoft Excel Programming 3 8th Jun 2006 08:08 AM
change all instances of Queensland to QLD fitful_thought Microsoft Excel Programming 2 13th Jul 2004 09:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:07 AM.