Thread: IF statements
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Gordon[_6_] Gordon[_6_] is offline
external usenet poster
 
Posts: 83
Default IF statements

"Dave in Ampthill" wrote in
message ...
I wish to add the following formula in a cell:

IF D6<1981 then C41=E22

C41 is the cell I wish to put the data in. How should this be written?

Many thanks

Dave



You almost got it.The formula must be put into C41
=IF(D6<1981,E22,"")
Replace "" with the value you want if D6=1981
--
Asking a question?
Please tell us the version of the application you are asking about,
your OS, Service Pack level
and the FULL contents of any error message(s)