Thread: positive value
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
macropod macropod is offline
external usenet poster
 
Posts: 329
Default positive value

Hi Violet,

For a value in A1:
=ABS(A1)

Cheers

--
macropod
[MVP - Microsoft Word]


"violet" wrote in message
...
is there any code that will allow me to retreive just the values of the
number and ignore whether the value is -ve or +ve.eg -3 return 3, 3 return

3