B
Bathroom Reno Chick
I use excel to do quotes for customers (i own a retail bathroom renovation
company).I have my product set up one one sheet called "Shower" the next
sheet called "Bathtub" and the other sheet called "Bathroom". I need to find
the product I enter on those sheets and put them on my quote on a seperate
sheet. Currently I am only using one sheet called "Build a quote" with all
the product on it, but I have way to big of a product list now and recently
seperated it into the 3 sheets, my code currently looks like this
=VLOOKUP(A1,BUILDAQUOTE!$B$2:$J$260,4,FALSE) now I need to make the code so
that it will look up from the 3 pages, not just one.
company).I have my product set up one one sheet called "Shower" the next
sheet called "Bathtub" and the other sheet called "Bathroom". I need to find
the product I enter on those sheets and put them on my quote on a seperate
sheet. Currently I am only using one sheet called "Build a quote" with all
the product on it, but I have way to big of a product list now and recently
seperated it into the 3 sheets, my code currently looks like this
=VLOOKUP(A1,BUILDAQUOTE!$B$2:$J$260,4,FALSE) now I need to make the code so
that it will look up from the 3 pages, not just one.