D
Doctor Hurt
How would I create a spreadsheet that would indicate what type Product
is when a model # is put in multiple cells?
Here is my situation, I'm in the HVAC business and would like to be
able to put individual letters, (or numbers) in cells A1 through A20 or
so, and return an answer in maybe B2 stating that the product is a
Brand X, Air Handler, with gas heat and 3 tons of cooling etc.?
In some products the combined cells, (the first three letters/numbers
for instance), indicate a particular type etc. In this instance how
would I avoid repeating Brand X three times?
=IF(A1>="XOX","Brand X",IF(A1=XYX,Brand
X,IF(A1>5,4,IF(A1>3,3,IF(A1>=1,2,IF(A1<1,0))))))
Thanks in advance for any help...
Doctor Hurt
is when a model # is put in multiple cells?
Here is my situation, I'm in the HVAC business and would like to be
able to put individual letters, (or numbers) in cells A1 through A20 or
so, and return an answer in maybe B2 stating that the product is a
Brand X, Air Handler, with gas heat and 3 tons of cooling etc.?
In some products the combined cells, (the first three letters/numbers
for instance), indicate a particular type etc. In this instance how
would I avoid repeating Brand X three times?
=IF(A1>="XOX","Brand X",IF(A1=XYX,Brand
X,IF(A1>5,4,IF(A1>3,3,IF(A1>=1,2,IF(A1<1,0))))))
Thanks in advance for any help...
Doctor Hurt