sarahrandall3216
New Member
- Joined
- May 31, 2017
- Messages
- 4
We have booths for rent and I have put together a sheet that I can list the dealer #, the booth # they occupy, the sales $, and it will calculate the sales per square foot. The booths are classed as different types based on the location of the booth (Type 1=1st floor front, Type 2=1st floor back, etc.) I have this information in a table (BoothSqFt) with the columns Booth #, Booth SqFt, Booth Type. Back to the sales per square foot sheet, when I enter the booth # I want the cell to turn a corresponding color based on the booth type (Type 1=Red, Type 2=Orange, etc.)
I have the formula =VLOOKUP(E47,BoothSqFt,3,FALSE)=3 that is returning "TRUE" or "FALSE" correctly in a regular cell. I was going to use 5 of these statements (one for each type, =1, =2, =3, etc.) Once I copy and paste the formula into Conditional Formatting, it tells me the "There is a problem with this formula" and it refuses to work. I've even added absolute values and it doesn't work. What is wrong with my formula? Ideas on making it better so I don't have to use 5 formulas?
I can give more info if needed.
I have the formula =VLOOKUP(E47,BoothSqFt,3,FALSE)=3 that is returning "TRUE" or "FALSE" correctly in a regular cell. I was going to use 5 of these statements (one for each type, =1, =2, =3, etc.) Once I copy and paste the formula into Conditional Formatting, it tells me the "There is a problem with this formula" and it refuses to work. I've even added absolute values and it doesn't work. What is wrong with my formula? Ideas on making it better so I don't have to use 5 formulas?
I can give more info if needed.