Thread: formatt
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Pierre Pierre is offline
external usenet poster
 
Posts: 149
Default formatt

hello

given:

A B
1 -1000
2 2000 -500

in cells B1 and B2 , i have made previously :
format cells----custom----- -0.00

so here, i just entered 1000 and 500 ...and i got them as negative numbers.

MY ISSUE is that i am trying to do :
=B1+A2-B2 in order to get 1500....but i am having instead of it : -2500

what to do?????