kradclayton
New Member
- Joined
- Oct 2, 2020
- Messages
- 11
- Office Version
- 365
- Platform
- Windows
Hi All
Looking for some help on a IF AND formula.
I have a spreadsheet with multiple tabs, I need for the formula to look at one tab range of cells and another tab range of cells and if the range of cells includes two true value, return a value.
I have been able to get this to work when im only looking at one cell per tab, but the data can sometimes appear in different cell columns (always on the same row however).
I need for the formula to be in the tab "Combinations" and to look at the "colour" & "room" tab. Essentially, if colour = Grey\/Black (from column B onwards) & room= Bedroom (from column B onwards) then return Bedroom/Grey in the combinations tab. I have this currently - =IF(AND(colour!B2="Grey\/Black",Room!B2="Bedroom"),"Bedroom/Grey","").
Ignore column A as its another formula that isnt working as ive removed tabs unneeded. It works when Grey\/Black is in column B, but on the third row down, Grey\/Black appears in column C.
Kim
Looking for some help on a IF AND formula.
I have a spreadsheet with multiple tabs, I need for the formula to look at one tab range of cells and another tab range of cells and if the range of cells includes two true value, return a value.
I have been able to get this to work when im only looking at one cell per tab, but the data can sometimes appear in different cell columns (always on the same row however).
I need for the formula to be in the tab "Combinations" and to look at the "colour" & "room" tab. Essentially, if colour = Grey\/Black (from column B onwards) & room= Bedroom (from column B onwards) then return Bedroom/Grey in the combinations tab. I have this currently - =IF(AND(colour!B2="Grey\/Black",Room!B2="Bedroom"),"Bedroom/Grey","").
Ignore column A as its another formula that isnt working as ive removed tabs unneeded. It works when Grey\/Black is in column B, but on the third row down, Grey\/Black appears in column C.
Kim