View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
carlo carlo is offline
external usenet poster
 
Posts: 367
Default if A1<0 let B2 =A1 and if A1=0 let B3=A1 solve PLEASE!!!!!!!!!!

On Dec 7, 10:28 am, techwiz101
wrote:
i am trying to create a financial record Book. and i want evaluate if the
value of the number is negative and if so duplicate the value onto another
cell.


Put in B2: =if(A1<0,A1,"")
and in B3: =if(A1=0,A1,"")

hth

Carlo