Columns Function in Vlookup Fails to Return a Third Column.. Please Help

bencar

Banned user
Joined
Jun 8, 2016
Messages
149
I'm using the COLUMNS function in a vlookup to find author, price and book type by entering only book title. Its able to return author and price. But it fails to bring up book type. The vlookup formula is below:


NumberBook TitleAuthorPriceBook Type
1A Game of ThronesGeorge R.R.$19.77hardcover
2Go to SleepAdam Mansbach$8.22paperback
3A Dance with DragonsGeorge R.R.$18.81paperback
4The Hunger GamesSuzanne Collins$4.94paperback
5The Original ArgumentGlenn Beck$7.99hardcover
6Heaven is for RealTodd Burpo$9.34paperback
7UnbrokenLaura Hillenbrand$13.99hardcover
8Smokin' SeventeenJanet Evanovich$15.21paperback
9In the Garden of BeastsErik Larson$13.78paperback
10Catching FireSuzanne Collins$8.97hardcover

<tbody>
</tbody>

Heres the vlookup formula with COLUMNS function in it:
=VLOOKUP($B$13,$B$2:$D$11,COLUMNS($B:B)+1,0)

This formula is pasted across 2 other columns for a total of 3 columns to return author, price and book type. But as I said, only author and price come up, not book type. Why is this happening? How do i fix it?
 
Last edited:

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Booktype is in column E, I guess

If that's the case, then change $B$2:$D$11 to $B$2:$E$11
 
Upvote 0

Forum statistics

Threads
1,215,475
Messages
6,125,028
Members
449,205
Latest member
Eggy66

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