extract value from a column when the criteria is met in another column

anillinda

New Member
Joined
Apr 20, 2012
Messages
48
I have 5 columns, I would like to populate a new column on another worksheet with following criteria:

Populate column 1 with description when the subtype is raw material. I want to do this by using a formula,

[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD]Gl Account[/TD]
[TD]Description[/TD]
[TD]Asset[/TD]
[TD]Subtype[/TD]
[TD]Period Balance[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]Bank Account[/TD]
[TD]Asset[/TD]
[TD]Cash[/TD]
[TD]5000[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]123457[/TD]
[TD]Petty Cash[/TD]
[TD]Asset[/TD]
[TD]Cash[/TD]
[TD]265[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]123458[/TD]
[TD]Account Receivable[/TD]
[TD]Asset[/TD]
[TD]Receivables[/TD]
[TD]25864[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]123459[/TD]
[TD]Accounts Payable[/TD]
[TD]Liability[/TD]
[TD]Payables[/TD]
[TD]15860[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]123460[/TD]
[TD]Wages[/TD]
[TD]COGS[/TD]
[TD]Direct Labor[/TD]
[TD]3650[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.

Forum statistics

Threads
1,223,900
Messages
6,175,276
Members
452,629
Latest member
SahilPolekar

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