View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Corcovadocowboy Corcovadocowboy is offline
external usenet poster
 
Posts: 9
Default Dear Excel Discussion Group

Thank you Sandy Mann,

the formula works fine!

"Sandy Mann" wrote:

Try:

=IF(AND(A12,B1<3),"18-00-36",0)

Change the Column & Row to suit and copy down.

Or did you mean:

=IF(AND(A1=2,B1<=3),"18-00-36",0)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Corcovadocowboy" wrote in
message ...
I need to populate a column , using data from two other colums with numeric
values. The third column should be populated as following:

If value x from colum1 is higher than 2 and the value y of column 2 is
lower
than 3, populate the third column with the string value "18-00-36", else
return value 0.

Help very apreciated!

Thank you
gábor