View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Kirsty Kirsty is offline
external usenet poster
 
Posts: 37
Default IF value is in range

I am trying to write a formula or macro that returns a result if a value is
in a range.
I can write the lookup fine, but i am getting data errors if there is no
value.

What i want to do is put an IF statement in that states
IF(date,is in range,then,0)

Can anyone help