In excell: I have a series of numbers... that wont change
I want to see if these numbers are in various cells.
example:
1,5,8 I want to see if any of these are in cells A1 thru G1
Would I do lookup or what?
I simplified the question to get the ghist problem figured out?
2006-09-09
09:03:54
·
1 answers
·
asked by
pcreamer2000
5
in
Computers & Internet
➔ Programming & Design
The source numbers to look for may change though rarely...
The numbers being looked at would be changing daily.
Example:
Source: 12,5,6 might rarely change
Targets: Daily change potential.
would chk a series of cells for the above source #'s
I was figuring VBA I was hoping to not go that route but no big deal.
2006-09-09
14:31:29 ·
update #1
Im betting vba is gonna be the way.
the source search #'s though rare need to be able to be changed (as rare they might end up being).
2006-09-09
14:32:45 ·
update #2
Im currnetly trying to figue easy just finding one number, and maybe loop the chk?
2006-09-10
03:48:43 ·
update #3