Trouble with Vlookup. Simple formula returning value error.

excuisite1

New Member
Joined
Oct 19, 2016
Messages
16
=iferror(VLOOKUP(N71:Q79,Monday!N59:Q67,21,FALSE)

Above is the formula I tried to use. It keeps returning #value!

So basically table 2 stays static. But table 1 will have different diameters and different # of welds every day.

All I want is for table 2 to look at table 1, see if any of the diameters match that day. If the diameters match then I want table 2 to update it's # of welds cell with the total welds for that diameter found in Table 1.

Table 1: Diameter (N59:Q67)
Table 1 & 2: # of Welds (column 21)
Table 2: Diameter (N71:Q67)

Table 1
Diameter# of Welds
2"15
4"2
8"8

<tbody>
</tbody>

Table 2
Diameter# of Welds
2"
3"
4"
5"

<tbody>
</tbody>
 
Good deal let me know if you see any issues I threw it together a couple days back so if there is any contingency I did not think of I will update. Also feel free to use negative offsets for x or y
 
Upvote 0

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.

Forum statistics

Threads
1,214,584
Messages
6,120,385
Members
448,956
Latest member
JPav

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