vhlookup or cell to cell corelation

happychronicles

New Member
Joined
Nov 22, 2017
Messages
5
Hi,

I have a list of data that correlates with each other.
I need to be able to do an =A!:A150, if true then this cells = X
BlT No.
131
112
143
124
225
236
217
248

<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>
</tbody>
BLtNo
1=31
1=31

<tbody>
</tbody>


Any Help would be much appriciated.
Thank you, Jess
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Jess, Good evening.

"...I need to be able to do an =A!:A150..."
What is this???

Scenario:
A
B
C
D
E
F
G
1
BL
T
No.
BLT
2
1311
4
=formula
3
112
4
143
5
124
6
225
7
236
8
217
9
248

<tbody>
</tbody>

Try to use:

=SUMPRODUCT((A2:A9=E2) * (B2:B9=F2) * (C2:C9))

Is that what you want?
I hope it helps.
 
Upvote 0
ABCDEFGHIG
Table 1Table 2
BLTNBLTN
1341(Should be 3)(should be 4)
2451should be 3should be 4
3662Should be 4Should be 5
4472should be 4should be 5
5482should be 4should be 5

<tbody>
</tbody>

Hi I hope that this helps clear up what I am looking for.
Thank you for your time and sorry for not making myself clear.
 
Upvote 0
Hi, That isn't what I am looking for. I will try to make my question more coherent.
ABC
BLTNO.
124
215
336
447

<tbody>
</tbody>
TABLE 2
ABC
BLTNO.
1SHOULD =2SHOULD =4
1SHOULD =2SHOULD = 4
1SHOULD = 2SHOULD = 4
3SHOULD =3 SHOULD = 6
3SHOULD =3SHOULD -6
3SHOULD = 3SHOULD =6
4SHOULD =4 SHOULD = 7

<tbody>
</tbody>

I would like to have a formula for table two for columns B and C that are drived from table one based on column A in table 1.
Thank you for your time.
 
Upvote 0
Jess,

Now your original table is very different from your first message.

Then the logic will be different and much simple.

A
B
C
1
BL
T
No.
2
124
3
215
4
336
5
447

<tbody>
</tbody>

A
B
C
40
BL
T
No.
41
1=formula=formula
42
1
43
3
44
4

<tbody>
</tbody>

Try this one:

B41 --> =VLOOKUP(A41, $A$2:$C$5, 2, false)

C41 --> =VLOOKUP(A41, $A$2:$C$5, 3, false)

Copy the formulas down.

Adapt cell reference to your reality.

Is that what you want?
I hope it helps.
 
Upvote 0

Forum statistics

Threads
1,215,214
Messages
6,123,665
Members
449,114
Latest member
aides

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top