Calling experienced excel users

I have changed some of the data to give you an example of what I need.

There are only three fields that i am interested in one table. I want to update my main report with a field containing the data in the third field with the data which is specific to the first two entries. But vlookup doesn’t seem to like it

Item Code
50059698 50029671 RD
50059698 50029672 RD
50059698 50029673 RD
50059698 50029674 RD
50059698 50029675 RD
50059698 50029676 RD
50059698 50029677 RD
50059698 50029678 RD
50059698 50029754 TT
50059698 50029755 RD
50059733 50029786 RD
50059733 50029787 RD
50059733 50029789 QN
50059733 50029806 RD
50059733 50029807 RD
50059733 50029808 RD
50059733 50029808 RD
50059733 50029809 RD
50059733 50029809 RD
50059733 50029810
50059733 50029811 RD
50059733 50029811 RD
50059733 50029812 RD
50059733 50029812 RD
50059733 50029813 RD
50059733 50029813 RD
50059699 50029845 NN
50059733 50029850

Is it based on both the first two columns or do you consider them separately? I don’t really see what your issue is.

So are you looking up 50059698 or 50029671

No, it is based on the first two columns.

The first column is the item code and the second is a subsequent code generated in the process. Technically the second code should be unique but multiple entries took place referencing that number, hence why there are multiple entries for it for some.

I need a formula which will look at both columns and and then apply the third column to the report when there is a match for the first two

Ring an Indian mate. He’ll sort that in jig time for you and save you the stress.

1 Like

Have you any problem adding a helper problem.

I’d suggest inserting a new column C (in between B and D) with =A1&B1 etc all the way down. That will give you the combination of those two.

Then do your lookup on column C.

=vlookup(C1,C1:D50000,2,false)

Is this what you’re getting at?

If you can’t insert a column there but can add one at the end then you would need to do index & match to do the lookup.

Vlookup can give an error if the item you are looking up is not in the first column of the array.

(I just spent 20 mins reading through this thread - some of the responses you got are hilarious pal!)

@Big_Dan_Campbell … did this work?
Concatenate functionality is very useful in excel

Besides this thread, where would one get a good grip on the basics of excel and making charts/reports from data.

Also, anyone have experience using/developing bobj reports?

1 Like

youtube

anything you want youtube has it

https://www.youtube.com/watch?v=7yvUIzDqoAs

1 Like

Ok this is a very easy one for ye guys

So I have two columns
Column a- weekly costs
Column b - breakdown of costs in column a as percentages the total of which is 100%

E.g.
Costs %age
5000 25%
10000 50%
5000 25%

If I wish to remove one or more lines from Column A how do i set it up so that column B automatically rebalances to 100%

Sum Column A. Then on the first cell on Column B, divide the adjoining cell in Column A by the total cell using absolute reference (ie. if it’s cell A6, type it as $A$6). It should look something like =A1/$A$6.

Drag this formula down, and hey presto.

1 Like

I am with you as far as Sum Column A

2 Likes

Yeah, rereading my post I can see how I lost you.

I normally use excel only as a calculator tbh

1 Like

Christ! Give me a minute. We’ll nail this.

PS. Did you really work in a bank? Fuck me, but that explains a lot :joy:

3 Likes

Do you have to submit a spreadsheet to your wife with your weekly expenses so she will continue your housekeeping money ?

6 Likes

Step 1

Step 2

Step 3
Recreate the formula for each cell as you go. There’s a shortcut for this, but it might be beyond you.

2 Likes

Go shit in your hat :joy:

1 Like

Cheers. So if i deleted A5 it would automatically readjust the %ages to come to 100%?

Whats story with the $ symbols