I’m using Excel 2003 and need to make a formual to check the value of a cell, and if the value is correct, have the formula return the contents of that cell.
On Sheet1, I have
A1 B1 C1
yes blah yahoo
On sheet2, I want all of Sheet1 Row1 to appear on Sheet2 Row1 if and only if Sheet1 A1 is yes, otherwise leave it blank.
I’m trying to write the formula as:
=IF(‘Sheet1’!$A1=yes,‘Sheet1’!A1," ") which is not working. I would then copy the formula to Sheet2 B1 and B2 and if I can make it work, down to further rows.
I looked at conditional formula Excel help at: Microsoft Support which shows you how the get it to return absolutely everything but the contesnts of another cell.
Thanks in advance!