extracting data

shamsu203

Board Regular
Joined
Jun 12, 2014
Messages
77
Office Version
  1. 365
Platform
  1. Windows
Hi
I trying to make a spread say Net where A1 is the name and A5to A12 also has name one of which match A1 in the sheet. In another sheet called property B2 to I2 are the names similar to A5 to A12.and in the same sheet b8 to I8 have amounts . i want to show in the net worksheet AE5 toAE12 the amounts shown in the property worksheet row in B8 to
I8 the depending on the condition in A1 of the net worksheet. Eg if A1 shows ALL then all the entries in the propertysheet (B8 toI8)should be shown in net worksheet in in AE5 to AE12 . similarly if in the net worksheet A1 is say Major(row A6 in the net worksheet , then the amount which matches Major in the property sheet (c2) and the amount in c8 should be shown.I tired this formula
IF($A$1="ALL", Property!B7, IFERROR(INDEX(Property!$B$8:$I$8, MATCH($A4, Property!$B$2:$I$2, 0)), ""))
. it workfine when A1 is all but when A1 changes to different name the amount is shown in Ae 5 but not against the related name . eg if A1 is Major which matchs A6 in the net worksheet and also c2 in the property worksheet . but amount in C8 for the property worksheet is not shown in the AE5 sorry i do not have any worksheet yet to upload
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.

Forum statistics

Threads
1,222,827
Messages
6,168,482
Members
452,192
Latest member
FengXue

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