IF statements

D

Dave in Ampthill

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
 
G

Gordon

Dave in Ampthill said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top