View Single Post
  #1  
Old 06-19-2005, 09:36 PM
carlito_1985 carlito_1985 is offline
Registered User
 
Join Date: 22 Mar 2005
Posts: 25
carlito_1985 is becoming part of the community
Copying into ranges

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