#1   Report Post  
Jambruins
 
Posts: n/a
Default Formula help...

In column A there are cells with team names in them like the following:
NYY
NYY
NYY
@OAK
@OAK
@OAK
BOS
BOS
BOS
@TEX
@TEX
@TEX

I would like column B to list all the team names without the @ symbol and
column H to list all the teams with the @ symbol. For the example I would
like column B to have
NYY
NYY
NYY
BOS
BOS
BOS


  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=COUNTIF(A:A,"@*")

and

=COUNTIF(A:A,"<@*")

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Jambruins" wrote in message
...
In column A there are cells with team names in them like the following:
NYY
NYY
NYY
@OAK
@OAK
@OAK
BOS
BOS
BOS
@TEX
@TEX
@TEX

I would like column B to list all the team names without the @ symbol and
column H to list all the teams with the @ symbol. For the example I would
like column B to have
NYY
NYY
NYY
BOS
BOS
BOS




  #3   Report Post  
Roger Govier
 
Posts: n/a
Default

In column B
=IF(LEFT(A1)="@","",A1)
In column H
=IF(LEFT(A1)="@",A1,"")

--
Regards
Roger Govier
"Jambruins" wrote in message
...
In column A there are cells with team names in them like the following:
NYY
NYY
NYY
@OAK
@OAK
@OAK
BOS
BOS
BOS
@TEX
@TEX
@TEX

I would like column B to list all the team names without the @ symbol and
column H to list all the teams with the @ symbol. For the example I would
like column B to have
NYY
NYY
NYY
BOS
BOS
BOS




  #4   Report Post  
Jambruins
 
Posts: n/a
Default

Roger, that is what I wanted but is there a way to have it get rid of the
blank cells at the same time? Right now it gives me
OAK
OAK
OAK



NYY
NYY
NYY

Is there a way to have the NYY move to right underneath the OAK? Thanks.

"Roger Govier" wrote:

In column B
=IF(LEFT(A1)="@","",A1)
In column H
=IF(LEFT(A1)="@",A1,"")

--
Regards
Roger Govier
"Jambruins" wrote in message
...
In column A there are cells with team names in them like the following:
NYY
NYY
NYY
@OAK
@OAK
@OAK
BOS
BOS
BOS
@TEX
@TEX
@TEX

I would like column B to list all the team names without the @ symbol and
column H to list all the teams with the @ symbol. For the example I would
like column B to have
NYY
NYY
NYY
BOS
BOS
BOS





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
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 01:49 PM
Relative Indirect Formula Referencing? Damian Excel Worksheet Functions 1 January 7th 05 04:16 AM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


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