Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() A----------B----------C----------D-----------E----------F 1 CHILD1-----CHILD2----CHILD3 CHILD4-----CHILD5 2------PARENT1------YES--------YES-------YES---------NO--------NO 3------PARENT2-------NO--------NO--------YES---------NO--------NO 4 5 CHILD1-----ITEM-------COST 6 ------------BRICKS------$100 7 ------------TILES--------$50 name cell A5 (contains CHILD1) "refchild1" then to produce the bill of costs for parent1 PARENT1.....=if(b2=1,offset(refchild1,1,1),"") [returns "bricks"] .................=if(b2=1,offsetrefchild1,1,2),"") [returns "$100"] this may give you some starting ideas... -- robert111 ------------------------------------------------------------------------ robert111's Profile: http://www.excelforum.com/member.php...o&userid=31996 View this thread: http://www.excelforum.com/showthread...hreadid=530447 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select Multiple sheets | Excel Discussion (Misc queries) | |||
Formulas for Multiple sheets in a workbook | Excel Discussion (Misc queries) | |||
How am i able to populate a sumation for multiple sheets | Excel Worksheet Functions | |||
Matching Multiple Sheets | Excel Worksheet Functions | |||
linking multiple sheets to a summary sheet | Excel Discussion (Misc queries) |