Hi All,
I have rows of an order# in a column, rows of differing months that corresponds to the order number in another column, rows of different years that corresponds to the order# and months in another column and finally, rows of a sales percentage corresponding to the order#, months and years.
I have built a data validation list so that I can change order numbers and have the corresponding sales percentage change for the specific month and year as I change the order #'s.
The attached images shows how my data is laid out...
I have tried the following formula....
=if(and($B$2(order#)=$F$2:$F$100(range of order#'s),D4(Month)=$G$2:$G$100(range of months),C5(Year)=$H$2:$H$100(range of years),$I$2:$I$100(range of sales %),"")
This formula returns blanks for everything. I am trying to populate the second spreadsheet with the order %'s so that I can create graphs.
Any help is appreciated.
Thanks.
Bookmarks