Welcome to the Excel Forum

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Please Register to Remove these Ads

Please Register to Remove these Ads



Reply
  #1  
Old 06-19-2005, 10:36 PM
carlito_1985 carlito_1985 is offline
Registered User
 
Join Date: 22 Mar 2005
Posts: 24
carlito_1985 is becoming part of the community
Copying into ranges

Please Register to Remove these Ads

Hi everyone, sorry about the title, but I wasn't entirely sure what to call the thread.
What I'm working with is a small list of numbers in one database (List A), and a large list in another (List B), and I want a formula to check through List B, and any number thats in List A, I want to copy a new formula to the neighbouring cell.
EG.

List a
100
105
106
109

list b
100
101
102
103
104
105
106
107
108
109
110...

I want it to come out like this

100 Formula in next column
101
102
103
104
105 Formula in next column
106 Formula in next column
107
108
109 Formula in next column
110...

Thanks
Reply With Quote
  #2  
Old 06-20-2005, 12:05 AM
Biff
Guest
 
Posts: n/a
Re: Copying into ranges

Hi!

Ok, so if there are dupes you want "some" formula in the next column. What
formula is that? Do you want a formula that identifies the value in column B
as also being listed in column A? If so:

=IF(COUNTIF(A$1:A$4,B1),"Dupe","")

Biff

"carlito_1985" <carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com>
wrote in message
news:carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com...
>
> Hi everyone, sorry about the title, but I wasn't entirely sure what to
> call the thread.
> What I'm working with is a small list of numbers in one database (List
> A), and a large list in another (List B), and I want a formula to check
> through List B, and any number thats in List A, I want to copy a new
> formula to the neighbouring cell.
> EG.
>
> List a
> 100
> 105
> 106
> 109
>
> list b
> 100
> 101
> 102
> 103
> 104
> 105
> 106
> 107
> 108
> 109
> 110...
>
> I want it to come out like this
>
> 100 Formula in next column
> 101
> 102
> 103
> 104
> 105 Formula in next column
> 106 Formula in next column
> 107
> 108
> 109 Formula in next column
> 110...
>
> Thanks
>
>
> --
> carlito_1985
> ------------------------------------------------------------------------
> carlito_1985's Profile:
> http://www.excelforum.com/member.php...o&userid=21390
> View this thread: http://www.excelforum.com/showthread...hreadid=380436
>



Reply With Quote
  #3  
Old 09-05-2005, 11:05 PM
Biff
Guest
 
Posts: n/a
Re: Copying into ranges

Hi!

Ok, so if there are dupes you want "some" formula in the next column. What
formula is that? Do you want a formula that identifies the value in column B
as also being listed in column A? If so:

=IF(COUNTIF(A$1:A$4,B1),"Dupe","")

Biff

"carlito_1985" <carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com>
wrote in message
news:carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com...
>
> Hi everyone, sorry about the title, but I wasn't entirely sure what to
> call the thread.
> What I'm working with is a small list of numbers in one database (List
> A), and a large list in another (List B), and I want a formula to check
> through List B, and any number thats in List A, I want to copy a new
> formula to the neighbouring cell.
> EG.
>
> List a
> 100
> 105
> 106
> 109
>
> list b
> 100
> 101
> 102
> 103
> 104
> 105
> 106
> 107
> 108
> 109
> 110...
>
> I want it to come out like this
>
> 100 Formula in next column
> 101
> 102
> 103
> 104
> 105 Formula in next column
> 106 Formula in next column
> 107
> 108
> 109 Formula in next column
> 110...
>
> Thanks
>
>
> --
> carlito_1985
> ------------------------------------------------------------------------
> carlito_1985's Profile:
> http://www.excelforum.com/member.php...o&userid=21390
> View this thread: http://www.excelforum.com/showthread...hreadid=380436
>



Reply With Quote
  #4  
Old 09-06-2005, 12:05 AM
Biff
Guest
 
Posts: n/a
Re: Copying into ranges

Hi!

Ok, so if there are dupes you want "some" formula in the next column. What
formula is that? Do you want a formula that identifies the value in column B
as also being listed in column A? If so:

=IF(COUNTIF(A$1:A$4,B1),"Dupe","")

Biff

"carlito_1985" <carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com>
wrote in message
news:carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com...
>
> Hi everyone, sorry about the title, but I wasn't entirely sure what to
> call the thread.
> What I'm working with is a small list of numbers in one database (List
> A), and a large list in another (List B), and I want a formula to check
> through List B, and any number thats in List A, I want to copy a new
> formula to the neighbouring cell.
> EG.
>
> List a
> 100
> 105
> 106
> 109
>
> list b
> 100
> 101
> 102
> 103
> 104
> 105
> 106
> 107
> 108
> 109
> 110...
>
> I want it to come out like this
>
> 100 Formula in next column
> 101
> 102
> 103
> 104
> 105 Formula in next column
> 106 Formula in next column
> 107
> 108
> 109 Formula in next column
> 110...
>
> Thanks
>
>
> --
> carlito_1985
> ------------------------------------------------------------------------
> carlito_1985's Profile:
> http://www.excelforum.com/member.php...o&userid=21390
> View this thread: http://www.excelforum.com/showthread...hreadid=380436
>



Reply With Quote
  #5  
Old 09-06-2005, 01:05 AM
Biff
Guest
 
Posts: n/a
Re: Copying into ranges

Hi!

Ok, so if there are dupes you want "some" formula in the next column. What
formula is that? Do you want a formula that identifies the value in column B
as also being listed in column A? If so:

=IF(COUNTIF(A$1:A$4,B1),"Dupe","")

Biff

"carlito_1985" <carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com>
wrote in message
news:carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com...
>
> Hi everyone, sorry about the title, but I wasn't entirely sure what to
> call the thread.
> What I'm working with is a small list of numbers in one database (List
> A), and a large list in another (List B), and I want a formula to check
> through List B, and any number thats in List A, I want to copy a new
> formula to the neighbouring cell.
> EG.
>
> List a
> 100
> 105
> 106
> 109
>
> list b
> 100
> 101
> 102
> 103
> 104
> 105
> 106
> 107
> 108
> 109
> 110...
>
> I want it to come out like this
>
> 100 Formula in next column
> 101
> 102
> 103
> 104
> 105 Formula in next column
> 106 Formula in next column
> 107
> 108
> 109 Formula in next column
> 110...
>
> Thanks
>
>
> --
> carlito_1985
> ------------------------------------------------------------------------
> carlito_1985's Profile:
> http://www.excelforum.com/member.php...o&userid=21390
> View this thread: http://www.excelforum.com/showthread...hreadid=380436
>



Reply With Quote
  #6  
Old 09-06-2005, 02:05 AM
Biff
Guest
 
Posts: n/a
Re: Copying into ranges

Hi!

Ok, so if there are dupes you want "some" formula in the next column. What
formula is that? Do you want a formula that identifies the value in column B
as also being listed in column A? If so:

=IF(COUNTIF(A$1:A$4,B1),"Dupe","")

Biff

"carlito_1985" <carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com>
wrote in message
news:carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com...
>
> Hi everyone, sorry about the title, but I wasn't entirely sure what to
> call the thread.
> What I'm working with is a small list of numbers in one database (List
> A), and a large list in another (List B), and I want a formula to check
> through List B, and any number thats in List A, I want to copy a new
> formula to the neighbouring cell.
> EG.
>
> List a
> 100
> 105
> 106
> 109
>
> list b
> 100
> 101
> 102
> 103
> 104
> 105
> 106
> 107
> 108
> 109
> 110...
>
> I want it to come out like this
>
> 100 Formula in next column
> 101
> 102
> 103
> 104
> 105 Formula in next column
> 106 Formula in next column
> 107
> 108
> 109 Formula in next column
> 110...
>
> Thanks
>
>
> --
> carlito_1985
> ------------------------------------------------------------------------
> carlito_1985's Profile:
> http://www.excelforum.com/member.php...o&userid=21390
> View this thread: http://www.excelforum.com/showthread...hreadid=380436
>



Reply With Quote
  #7  
Old 09-06-2005, 03:05 AM
Biff
Guest
 
Posts: n/a
Re: Copying into ranges

Hi!

Ok, so if there are dupes you want "some" formula in the next column. What
formula is that? Do you want a formula that identifies the value in column B
as also being listed in column A? If so:

=IF(COUNTIF(A$1:A$4,B1),"Dupe","")

Biff

"carlito_1985" <carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com>
wrote in message
news:carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com...
>
> Hi everyone, sorry about the title, but I wasn't entirely sure what to
> call the thread.
> What I'm working with is a small list of numbers in one database (List
> A), and a large list in another (List B), and I want a formula to check
> through List B, and any number thats in List A, I want to copy a new
> formula to the neighbouring cell.
> EG.
>
> List a
> 100
> 105
> 106
> 109
>
> list b
> 100
> 101
> 102
> 103
> 104
> 105
> 106
> 107
> 108
> 109
> 110...
>
> I want it to come out like this
>
> 100 Formula in next column
> 101
> 102
> 103
> 104
> 105 Formula in next column
> 106 Formula in next column
> 107
> 108
> 109 Formula in next column
> 110...
>
> Thanks
>
>
> --
> carlito_1985
> ------------------------------------------------------------------------
> carlito_1985's Profile:
> http://www.excelforum.com/member.php...o&userid=21390
> View this thread: http://www.excelforum.com/showthread...hreadid=380436
>



Reply With Quote
  #8  
Old 09-06-2005, 04:05 AM
Biff
Guest
 
Posts: n/a
Re: Copying into ranges

Hi!

Ok, so if there are dupes you want "some" formula in the next column. What
formula is that? Do you want a formula that identifies the value in column B
as also being listed in column A? If so:

=IF(COUNTIF(A$1:A$4,B1),"Dupe","")

Biff

"carlito_1985" <carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com>
wrote in message
news:carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com...
>
> Hi everyone, sorry about the title, but I wasn't entirely sure what to
> call the thread.
> What I'm working with is a small list of numbers in one database (List
> A), and a large list in another (List B), and I want a formula to check
> through List B, and any number thats in List A, I want to copy a new
> formula to the neighbouring cell.
> EG.
>
> List a
> 100
> 105
> 106
> 109
>
> list b
> 100
> 101
> 102
> 103
> 104
> 105
> 106
> 107
> 108
> 109
> 110...
>
> I want it to come out like this
>
> 100 Formula in next column
> 101
> 102
> 103
> 104
> 105 Formula in next column
> 106 Formula in next column
> 107
> 108
> 109 Formula in next column
> 110...
>
> Thanks
>
>
> --
> carlito_1985
> ------------------------------------------------------------------------
> carlito_1985's Profile:
> http://www.excelforum.com/member.php...o&userid=21390
> View this thread: http://www.excelforum.com/showthread...hreadid=380436
>



Reply With Quote
  #9  
Old 09-06-2005, 05:05 AM
Biff
Guest
 
Posts: n/a
Re: Copying into ranges

Hi!

Ok, so if there are dupes you want "some" formula in the next column. What
formula is that? Do you want a formula that identifies the value in column B
as also being listed in column A? If so:

=IF(COUNTIF(A$1:A$4,B1),"Dupe","")

Biff

"carlito_1985" <carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com>
wrote in message
news:carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com...
>
> Hi everyone, sorry about the title, but I wasn't entirely sure what to
> call the thread.
> What I'm working with is a small list of numbers in one database (List
> A), and a large list in another (List B), and I want a formula to check
> through List B, and any number thats in List A, I want to copy a new
> formula to the neighbouring cell.
> EG.
>
> List a
> 100
> 105
> 106
> 109
>
> list b
> 100
> 101
> 102
> 103
> 104
> 105
> 106
> 107
> 108
> 109
> 110...
>
> I want it to come out like this
>
> 100 Formula in next column
> 101
> 102
> 103
> 104
> 105 Formula in next column
> 106 Formula in next column
> 107
> 108
> 109 Formula in next column
> 110...
>
> Thanks
>
>
> --
> carlito_1985
> ------------------------------------------------------------------------
> carlito_1985's Profile:
> http://www.excelforum.com/member.php...o&userid=21390
> View this thread: http://www.excelforum.com/showthread...hreadid=380436
>



Reply With Quote
  #10  
Old 09-06-2005, 07:05 AM
Biff
Guest
 
Posts: n/a
Re: Copying into ranges

Hi!

Ok, so if there are dupes you want "some" formula in the next column. What
formula is that? Do you want a formula that identifies the value in column B
as also being listed in column A? If so:

=IF(COUNTIF(A$1:A$4,B1),"Dupe","")

Biff

"carlito_1985" <carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com>
wrote in message
news:carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com...
>
> Hi everyone, sorry about the title, but I wasn't entirely sure what to
> call the thread.
> What I'm working with is a small list of numbers in one database (List
> A), and a large list in another (List B), and I want a formula to check
> through List B, and any number thats in List A, I want to copy a new
> formula to the neighbouring cell.
> EG.
>
> List a
> 100
> 105
> 106
> 109
>
> list b
> 100
> 101
> 102
> 103
> 104
> 105
> 106
> 107
> 108
> 109
> 110...
>
> I want it to come out like this
>
> 100 Formula in next column
> 101
> 102
> 103
> 104
> 105 Formula in next column
> 106 Formula in next column
> 107
> 108
> 109 Formula in next column
> 110...
>
> Thanks
>
>
> --
> carlito_1985
> ------------------------------------------------------------------------
> carlito_1985's Profile:
> http://www.excelforum.com/member.php...o&userid=21390
> View this thread: http://www.excelforum.com/showthread...hreadid=380436
>



Reply With Quote
  #11  
Old 09-06-2005, 08:05 AM
Biff
Guest
 
Posts: n/a
Re: Copying into ranges

Hi!

Ok, so if there are dupes you want "some" formula in the next column. What
formula is that? Do you want a formula that identifies the value in column B
as also being listed in column A? If so:

=IF(COUNTIF(A$1:A$4,B1),"Dupe","")

Biff

"carlito_1985" <carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com>
wrote in message
news:carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com...
>
> Hi everyone, sorry about the title, but I wasn't entirely sure what to
> call the thread.
> What I'm working with is a small list of numbers in one database (List
> A), and a large list in another (List B), and I want a formula to check
> through List B, and any number thats in List A, I want to copy a new
> formula to the neighbouring cell.
> EG.
>
> List a
> 100
> 105
> 106
> 109
>
> list b
> 100
> 101
> 102
> 103
> 104
> 105
> 106
> 107
> 108
> 109
> 110...
>
> I want it to come out like this
>
> 100 Formula in next column
> 101
> 102
> 103
> 104
> 105 Formula in next column
> 106 Formula in next column
> 107
> 108
> 109 Formula in next column
> 110...
>
> Thanks
>
>
> --
> carlito_1985
> ------------------------------------------------------------------------
> carlito_1985's Profile:
> http://www.excelforum.com/member.php...o&userid=21390
> View this thread: http://www.excelforum.com/showthread...hreadid=380436
>



Reply With Quote
  #12  
Old 09-06-2005, 11:05 AM
Biff
Guest
 
Posts: n/a
Re: Copying into ranges

Hi!

Ok, so if there are dupes you want "some" formula in the next column. What
formula is that? Do you want a formula that identifies the value in column B
as also being listed in column A? If so:

=IF(COUNTIF(A$1:A$4,B1),"Dupe","")

Biff

"carlito_1985" <carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com>
wrote in message
news:carlito_1985.1qwk6c_1119233104.4444@excelforum-nospam.com...
>
> Hi everyone, sorry about the title, but I wasn't entirely sure what to
> call the thread.
> What I'm working with is a small list of numbers in one database (List
> A), and a large list in another (List B), and I want a formula to check
> through List B, and any number thats in List A, I want to copy a new
> formula to the neighbouring cell.
> EG.
>
> List a
> 100
> 105
> 106
> 109
>
> list b
> 100
> 101
> 102
> 103
> 104
> 105
> 106
> 107
> 108
> 109
> 110...
>
> I want it to come out like this
>
> 100 Formula in next column
> 101
> 102
> 103
> 104
> 105 Formula in next column
> 106 Formula in next column
> 107
> 108
> 109 Formula in next column
> 110...
>
> Thanks
>
>
> --
> carlito_1985
> ------------------------------------------------------------------------
> carlito_1985's Profile:
> http://www.excelforum.com/member.php...o&userid=21390
> View this thread: http://www.excelforum.com/showthread...hreadid=380436
>



Reply With Quote


Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump