feather1000
New Member
- Joined
- Feb 18, 2009
- Messages
- 14
background :
workbook with 6 worksheets of input
1 worksheet with proper inputted data summary
sheet 1 - summary worksheet
cell: A2 drop down menu (different builder)
cell: A3 drop down menu (builder specific series)
cell: A4 drop down menu (series specific models)
_100 series spreadsheet of different models (61 different items x 26 models)
_500 series speadsheet of different models (61 different items x 13 models)
3 other speadsheets same info just different builders
what i'm after is that once specific builder,series,model are determined the data from the specific spreadsheet goes into appropiate "cell of sheet 1". i've tried to use macro but it appearently didn't copy the drop down menu info to get the data from the appropiate sheet. right now i've been able to use this formula for one cell but have to do find:replace as needed.
=IF(AND(A2=M12,A3=M13,A4=M28),series100a!D$5,"")
workbook with 6 worksheets of input
1 worksheet with proper inputted data summary
sheet 1 - summary worksheet
cell: A2 drop down menu (different builder)
cell: A3 drop down menu (builder specific series)
cell: A4 drop down menu (series specific models)
_100 series spreadsheet of different models (61 different items x 26 models)
_500 series speadsheet of different models (61 different items x 13 models)
3 other speadsheets same info just different builders
what i'm after is that once specific builder,series,model are determined the data from the specific spreadsheet goes into appropiate "cell of sheet 1". i've tried to use macro but it appearently didn't copy the drop down menu info to get the data from the appropiate sheet. right now i've been able to use this formula for one cell but have to do find:replace as needed.
=IF(AND(A2=M12,A3=M13,A4=M28),series100a!D$5,"")