Mike Guest98
New Member
- Joined
- Jun 4, 2018
- Messages
- 42
Using VBA (must be used because there is more to this coding) I need to find the location of a manually entered number, 1 to 10 are the only choices. The number gets entered in cell C17.
As an example say I’m looking for number 7 (could be any number 1- 10).
I have 5 columns where the above selected number is located and only there:
C30 TO C300,
E30 TO E300,
G30 TO G300,
H30 TO H300
L30 TO L300.
Each of the above columns has numerous 7’s in them but only one 7 has a value in the cell (use “1-1”) in the next column to the right of it. So, as an example if it finds 7 in C75 and a value of 1-1 in D76 it is a positive and if their was nothing (blank) in D76 it would be negative.
Not an easy one. Thanks in advance for any help.
<style type="text/css">p { margin-bottom: 0.1in; direction: ltr; color: rgb(0, 0, 10); line-height: 115%; text-align: left; }p.western { font-family: "Liberation Serif", serif; font-size: 12pt; }p.cjk { font-family: "WenQuanYi Micro Hei"; font-size: 12pt; }p.ctl { font-family: "Lohit Devanagari"; font-size: 12pt; }</style>
As an example say I’m looking for number 7 (could be any number 1- 10).
I have 5 columns where the above selected number is located and only there:
C30 TO C300,
E30 TO E300,
G30 TO G300,
H30 TO H300
L30 TO L300.
Each of the above columns has numerous 7’s in them but only one 7 has a value in the cell (use “1-1”) in the next column to the right of it. So, as an example if it finds 7 in C75 and a value of 1-1 in D76 it is a positive and if their was nothing (blank) in D76 it would be negative.
Not an easy one. Thanks in advance for any help.
<style type="text/css">p { margin-bottom: 0.1in; direction: ltr; color: rgb(0, 0, 10); line-height: 115%; text-align: left; }p.western { font-family: "Liberation Serif", serif; font-size: 12pt; }p.cjk { font-family: "WenQuanYi Micro Hei"; font-size: 12pt; }p.ctl { font-family: "Lohit Devanagari"; font-size: 12pt; }</style>