View Single Post
  #3  
Old May 14th, 2010, 09:33 PM posted to microsoft.public.excel.newusers
Brad
external usenet poster
 
Posts: 943
Default if-then functions

=if('sheet1 B7'="Desired Word",'Sheet 1 B8","")
This has to be done in "Sheet2 B2"

Please note that there is normally a "!" between the sheet and the cell
location.

If you start by typing in the "If" statement and use the mouse to point to
the cells desired XL will put in the correct notation.

--
Wag more, bark less


"Becky" wrote:

I have a two sheet workbook. If 'sheet 1 B7' contains a certain word I want
"Sheet2 B2' to return the value in 'Sheet 1 B8". Can I do this? How?
Thanx