View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Umlas, Excel MVP Bob Umlas, Excel MVP is offline
external usenet poster
 
Posts: 320
Default Using less than "<" in formula

=if(ust!i9="m9",
if(rawdata!r2<datevalue("05 may 08"),ust!$b12," ")


"Bernie R" wrote:

I'm trying to use a formula in one worksheet that draws data from two other
worksheet. I have no problem using the "" in formulas, but when I use the
"<" it won't work. My formula is =if(ust!i9="m9",
if(rawdata!r2"<05may08",ust!$b12," ")

It has issues with the date. I tried using AND in the formula but it
error'd on the date.

Any help would be greatly appreciated.