Thread: Automate cell
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Automate cell

Try this in C1 and D1, copied down.....

=IF(B1<0,B1,"")

Vaya con Dios,
Chuck, CABGx3



"WANTED" wrote:

hi

Cell A1 to A5 has a text value, Cell B1 to B5 has a number value which
represent A1 to A5, now my problem is, if one of those cell in B1 to B5
present a negative value how can i automatic transfer or populate to C row
and also transfer the text value to D row

tnx