Solved: Need help with IF THEN formula
Filed under: xn--cnq77f.com
If B1 is marked with an "x", then insert the text from B2.
Another addition to my problem is that I would like this formula on a separate worksheet than the one that the x and text is on.
Thanks for your help!! :nut:
If B1 is marked with an "x", then insert the text from B2.
Another addition to my problem is that I would like this formula on a separate worksheet than the one that the x and text is on.
Thanks for your help!! :nut:
=IF(SheetName!B1="X",SheetName!B2,"")
Substitute SheetName with your sheet name. If your sheet name consist of two or more words, enclose in a single quote.
=IF('Sheet Name'!B1="X",'Sheet Name'!B2,"")
#If you have any other info about this subject , Please add it free.# |