Vlookups with different criteria

KuraiChikara

Board Regular
Joined
Nov 16, 2016
Messages
111
Office Version
  1. 2013
Platform
  1. Windows
Hello,
Say you have a bill called TRASH in Cell A2 and a total deduction of -$35 in F2
Then you have that bill again "TRASH" in Cell A115 with a different amount -$130 in F115.

The company is the same so that does not change.
However, when I conduct a VLOOKUP
=VLOOKUP(A2,'Excel Export'!$1:$1048576,6,FALSE)

It will find the first TRASH in cell A2 of -$35 but the second TRASH in cell A115 of -$130 doesnt even get reflected. The first amount of -$35 will be seen.

How can I show the different amounts with a Vlookup or am I out of luck and would have to change the search of the look up value?
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Hello,
Say you have a bill called TRASH in Cell A2 and a total deduction of -$35 in F2
Then you have that bill again "TRASH" in Cell A115 with a different amount -$130 in F115.

The company is the same so that does not change.
However, when I conduct a VLOOKUP
=VLOOKUP(A2,'Excel Export'!$1:$1048576,6,FALSE)

It will find the first TRASH in cell A2 of -$35 but the second TRASH in cell A115 of -$130 doesnt even get reflected. The first amount of -$35 will be seen.

How can I show the different amounts with a Vlookup or am I out of luck and would have to change the search of the look up value?

What do you mean by "show the different amounts with a Vlookup"?

You want to concatenate them? Add them? Show each one in a separate cell?
 
Upvote 0
VLOOKUP will only find the first record.
You might want to look at either Filter or Advance Filter on the ribbon.

If you want a formula you will need to use an array formula as in the example below.

If you have Excel 2010 or later you can use the formula in M2.
If not you will need to use a formula like cell K2. This is an array formula that must be entered with CTRL-SHIFT-ENTER.
Excel Workbook
ABEFGHIJKLM
1Acct.AmountFindTrashAmounts
2Trash35# of records23535
3tyu12130130
4yui1
5tyu25
6Trash130
7rer65
8
Sheet
 
Upvote 0
Thank you that is what I was looking for. I was messing with an index match before you posted.
 
Upvote 0
You're welcome. Thanks for the feedback.
 
Upvote 0
I'm still a little stuck. Below, I have "Item" in "A," "# of records" (countif formula) in "B", "amount" in "C," and the formula in E. My info goes as far as 251 rows so I'm using the array formula after hitting CTRL+SHIFT+ENTER but instead of E2 coming back with -$5.27, it's just blank (because of the double quotes in the formula "").

I compared it to your example and all of my references seem similar but the amounts arent populating

{=IF(ROWS($E$2:E251)>$B$2,"",INDEX($C$2:$C$251,SMALL(IF($A$2:$A$251=$B$2,ROW($A$2:$A$251)-ROW($A$2)+1),ROWS($E$2:E251))))}



Item# of recordsAmountFormula
#064816001($5.27)
#088365001($3.85)
#153588001($42.37)
#168463001($6.66)
#190312001($32.36)
#445824001($4.48)
#611199001($4.27)
#641843001($17.68)
#662876001($6.46)

<colgroup><col><col><col><col span="2"></colgroup><tbody>
</tbody>





<colgroup><col><col><col><col span="2"></colgroup><tbody>
</tbody>
 
Upvote 0
I'm unclear on how you want to show your data.
In the example you posted there are no duplicate items in column A.

In the example below E2 is an array formula, but from your example you could just use an INDEX / MATCH formula like cell G2.
Excel Workbook
ABCDEFG
1Item# of recordsAmountFormulaFormula
2#064816001($5.27)-5.27-5.27
3#088365001($3.85)-3.85-3.85
4#153588001($42.37)-42.37-42.37
5#168463001($6.66)-6.66-6.66
6#190312001($32.36)-32.36-32.36
7#445824001($4.48)-4.48-4.48
8#611199001($4.27)-4.27-4.27
9#641843001($17.68)-17.68-17.68
10#662876001($6.46)-6.46-6.46
Sheet
 
Upvote 0
I do apologize for asking for help, I'm not that new to Excel but I'm not that good (better than a novice though). This whole thing is basically so I can setup a fancy way to do my billing.

Anyways, part of my issue is wording what I want. I don't know how to add visual examples like you so it's all text which can be harder to follow.

In your first example with the "Trash" that was excellent, while doing a bigger version of that with 250 columns of data I realized I was just re-referencing the amount of that item which I dont want.

What I'm trying to do is this:
You have 250 items in Column A and one item can be repeated X number of times, like TRASH (2). And all items have a financial amount. Overall, what I'm looking to do is find the total sum of each individual item.

Let's say we have ALL 250 items in Column A, Column B simply represents the financial amount of each item. Then say in column C you paste all items from column "A" but, use "remove duplicates" to get a single representation of all items.

Column D might have a COUNTIF formula to actually find the amount of items in Column A by Referencing it to Column C to find the total (IE: Out of 250 items, 50 of them are called TRASH).

Finally, Column E has the final total of each item, in some way it will formulate that "Oh, there are 50 items called Trash, the total of all items added up under Trash come to a total of $X."

That's what I don't know how to do.
 
Upvote 0
please share the excel file. it can be a dummy file just for others to have a look at the problem and share solutions.

the formula solution will be very long.
step 1: write a fancy formula to show unique values only (can be done manually by copying and pasting then remove duplicates)
step 2: use countifs and sumifs formula

or you can just do a pivot table.
 
Upvote 0

Forum statistics

Threads
1,216,577
Messages
6,131,511
Members
449,653
Latest member
andz

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