Hello,
How do I write a formula to look something up values on the same worksheet and then look up another section on the same worksheet and use that information below it? Please see below table.
How do I lookup information from company A that will give me the amount for Stationery in one cell and then look up information from Company B's stationery and the amount in another cell?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Company A
[/TD]
[TD]Description
[/TD]
[TD]Amount
[/TD]
[/TR]
[TR]
[TD]1234
[/TD]
[TD]Stationery
[/TD]
[TD]100.00
[/TD]
[/TR]
[TR]
[TD]2345
[/TD]
[TD]Calendars
[/TD]
[TD]50.00
[/TD]
[/TR]
[TR]
[TD]3456
[/TD]
[TD]Paper
[/TD]
[TD]25.00
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Company B
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1234
[/TD]
[TD]Stationery
[/TD]
[TD]150.00
[/TD]
[/TR]
[TR]
[TD]5678
[/TD]
[TD]Pencils
[/TD]
[TD]100.00
[/TD]
[/TR]
</tbody>[/TABLE]
How do I write a formula to look something up values on the same worksheet and then look up another section on the same worksheet and use that information below it? Please see below table.
How do I lookup information from company A that will give me the amount for Stationery in one cell and then look up information from Company B's stationery and the amount in another cell?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Company A
[/TD]
[TD]Description
[/TD]
[TD]Amount
[/TD]
[/TR]
[TR]
[TD]1234
[/TD]
[TD]Stationery
[/TD]
[TD]100.00
[/TD]
[/TR]
[TR]
[TD]2345
[/TD]
[TD]Calendars
[/TD]
[TD]50.00
[/TD]
[/TR]
[TR]
[TD]3456
[/TD]
[TD]Paper
[/TD]
[TD]25.00
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Company B
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1234
[/TD]
[TD]Stationery
[/TD]
[TD]150.00
[/TD]
[/TR]
[TR]
[TD]5678
[/TD]
[TD]Pencils
[/TD]
[TD]100.00
[/TD]
[/TR]
</tbody>[/TABLE]