ECUPIRATE

New Member
Joined
Jun 13, 2017
Messages
25
This is what I have
=IF(AND(OR((Descriptions!B3="x",Descriptions!C3="x",Descriptions!D3="x"),(Descriptions!B3="",Descriptions!C3="",Descriptions!A3=""),( Descriptions!B3="",Descriptions!A3="", Descriptions!D3="x"),( Descriptions!C3="",Descriptions!A3="", Descriptions!D3="x")),(Descriptions!A3),(Descriptions!D3),(Descriptions!C3),(Descriptions!B3))))

Here's what I am trying to do:

My goal is to consolidate Descriptions on an Income Statement. I am creating a workbook where each tab references a column heading in the Descriptions tab. So, A2:J2 on Descriptions tab make up 10 different tabs in the workbook. I want a person to be able to manually mark x next to a description that is already listed, and to create a new row when there is a description that hasn't already been recorded. Then, the values would be recorded on the respective tab. I've successfully completed Tab 3 (Georgetown Shoppes) using this formula:

=IF(AND(Descriptions!C3="x",Descriptions!B3="x"),Descriptions!A3,Descriptions!C3)

....Now my worry is completing 4-10 because I have to figure out how to make a formula that will incorporate the blanks, and "x"s.

The cell that will hold the formula, will not show an x, or a blank, but just the description.

....I hope I explained Well :eek: ...Please help! :confused:
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.

Forum statistics

Threads
1,215,227
Messages
6,123,739
Members
449,116
Latest member
alexlomt

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