Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default How can I change a text value in a column?

I have downloaded our company cell phone bill. I need to break out incoming
& outgoing calls for analysis. I have a "From" column that lists incoming
calls as "Incoming" and outgoing by the city that is being called.

What I would like to do is replace all the city names with "Outgoing" .
This will give me a column that is either Incoming or Outgoing.
I'm not sure how this can be done.

I am using Excel 2003 SP2

Thanks
Tom
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 430
Default How can I change a text value in a column?

you could copy the following formula into a new column and copy it down.
(The formula assumes your data starts in A2) It will check to see if the cell
says Incoming, if so it will display Incoming, it contains anything else it
will display Outgoing.

=IF(A2="Incoming",A2,"Outgoing")

"Tom Bradstreet" wrote:

I have downloaded our company cell phone bill. I need to break out incoming
& outgoing calls for analysis. I have a "From" column that lists incoming
calls as "Incoming" and outgoing by the city that is being called.

What I would like to do is replace all the city names with "Outgoing" .
This will give me a column that is either Incoming or Outgoing.
I'm not sure how this can be done.

I am using Excel 2003 SP2

Thanks
Tom

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default How can I change a text value in a column?

Thank You Tim. That worked perfectly.

Tom

"tim m" wrote:

you could copy the following formula into a new column and copy it down.
(The formula assumes your data starts in A2) It will check to see if the cell
says Incoming, if so it will display Incoming, it contains anything else it
will display Outgoing.

=IF(A2="Incoming",A2,"Outgoing")

"Tom Bradstreet" wrote:

I have downloaded our company cell phone bill. I need to break out incoming
& outgoing calls for analysis. I have a "From" column that lists incoming
calls as "Incoming" and outgoing by the city that is being called.

What I would like to do is replace all the city names with "Outgoing" .
This will give me a column that is either Incoming or Outgoing.
I'm not sure how this can be done.

I am using Excel 2003 SP2

Thanks
Tom

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
Text Color Change prompted by different columns NKDodd Excel Worksheet Functions 1 August 15th 06 08:13 PM
Conditional Format as a MACRO Gunjani Excel Worksheet Functions 3 March 29th 06 05:22 PM
Formulas dealing with text data Bagia Excel Worksheet Functions 6 June 20th 05 10:29 PM
Sort or Filter option? Mcobra41 Excel Worksheet Functions 3 February 23rd 05 07:22 PM
Change column Number vrs Text an Excel Worksheet Functions 2 January 28th 05 12:22 PM


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