View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
pano pano is offline
external usenet poster
 
Posts: 84
Default Help needed would this be an IF statement

On Feb 11, 2:14 pm, "T. Valko" wrote:
Try this:

=IF(A1="","",IF(AND(A1<"",J1=""),"",8.26))

Biff

"pano" wrote in message

oups.com...



How do I write this formula I have been given the first part but cant
work out the rest myself


=IF(A1<"",8.26,"")


If A1 is blank make b1 blank if A1 is not blank put 8.26 in B1 also if
A1 is not blank but J1 is blank enter blank in B1


thanks Stephen- Hide quoted text -


- Show quoted text -


Thanks Biff works perfectly....

Steveo