Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
steev_jd
 
Posts: n/a
Default Comparing numbers, ignoring sign


Hi,

I have a very long list laid out in the following manner,

Item 1~~Item 2~~Difference
3.5~~~~3.5~~~~0
4.2~~~~3.7~~~~0.5
-5~~~~-5~~~~~0

I need to see if the difference is more than 1% of the original value
in list 1.
I can work this out for the positive numbers, but when I copy the
formula through cells it doesnt work on negative numbers.

=(A2038*0.01)=(C2038)

Any ideas on how I can ignore the sign of the numbers in order to
ensure I get correct results?

Thanks in advance.


--
steev_jd
------------------------------------------------------------------------
steev_jd's Profile: http://www.excelforum.com/member.php...o&userid=33107
View this thread: http://www.excelforum.com/showthread...hreadid=533659

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bondi
 
Posts: n/a
Default Comparing numbers, ignoring sign

Hi,

You could use absolute numbers:

=(ABS(A2038)*0.01)=ABS(C2038)

Regards,
Bondi

  #3   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten
 
Posts: n/a
Default Comparing numbers, ignoring sign

=(A2038*0.01)=ABS(C2038)

--
Kind regards,

Niek Otten

"steev_jd" wrote in message
...
|
| Hi,
|
| I have a very long list laid out in the following manner,
|
| Item 1~~Item 2~~Difference
| 3.5~~~~3.5~~~~0
| 4.2~~~~3.7~~~~0.5
| -5~~~~-5~~~~~0
|
| I need to see if the difference is more than 1% of the original value
| in list 1.
| I can work this out for the positive numbers, but when I copy the
| formula through cells it doesnt work on negative numbers.
|
| =(A2038*0.01)=(C2038)
|
| Any ideas on how I can ignore the sign of the numbers in order to
| ensure I get correct results?
|
| Thanks in advance.
|
|
| --
| steev_jd
| ------------------------------------------------------------------------
| steev_jd's Profile: http://www.excelforum.com/member.php...o&userid=33107
| View this thread: http://www.excelforum.com/showthread...hreadid=533659
|


  #4   Report Post  
Posted to microsoft.public.excel.misc
starguy
 
Posts: n/a
Default Comparing numbers, ignoring sign


Try this..

=(ABS(B15*0.01)=ABS(D15))
=ABS function ignores the signs of numbers

steev_jd Wrote:
Hi,

I have a very long list laid out in the following manner,

Item 1~~Item 2~~Difference
3.5~~~~3.5~~~~0
4.2~~~~3.7~~~~0.5
-5~~~~-5~~~~~0

I need to see if the difference is more than 1% of the original value
in list 1.
I can work this out for the positive numbers, but when I copy the
formula through cells it doesnt work on negative numbers.

=(A2038*0.01)=(C2038)

Any ideas on how I can ignore the sign of the numbers in order to
ensure I get correct results?

Thanks in advance.



--
starguy
------------------------------------------------------------------------
starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
View this thread: http://www.excelforum.com/showthread...hreadid=533659

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
display plus sign on plus numbers in Excel tnoble Excel Discussion (Misc queries) 1 November 19th 05 02:28 PM
How do I convert numbers to the opposite sign? CindyatRWD Excel Discussion (Misc queries) 3 October 24th 05 03:24 PM
Comparing Sheets while ignoring Case. Andy Tallent Excel Discussion (Misc queries) 2 October 17th 05 04:15 PM
Averaging numbers but ignoring < and - entries KIM Excel Discussion (Misc queries) 4 February 23rd 05 07:00 PM
Converting Numbers to Text properly Shirley Munro Excel Discussion (Misc queries) 1 February 16th 05 03:01 PM


All times are GMT +1. The time now is 04:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"