View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
alvin Kuiper alvin Kuiper is offline
external usenet poster
 
Posts: 175
Default If in Excrl not in VBA

Thanks



"Mike H" skrev:

Perhaps,

=IF(AND(F123900,F12<3999),"Do this if true","Do this if not true")

Mike

"alvin Kuiper" wrote:

Hi

If i use the function if in a sheet
and i want
F12 3900 and F12 < 3999

How do i write this

Alvin