Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
You could use absolute numbers: =(ABS(A2038)*0.01)=ABS(C2038) Regards, Bondi |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=(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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
display plus sign on plus numbers in Excel | Excel Discussion (Misc queries) | |||
How do I convert numbers to the opposite sign? | Excel Discussion (Misc queries) | |||
Comparing Sheets while ignoring Case. | Excel Discussion (Misc queries) | |||
Averaging numbers but ignoring < and - entries | Excel Discussion (Misc queries) | |||
Converting Numbers to Text properly | Excel Discussion (Misc queries) |