Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Greetings!
How do I create a function that will change a range of cells that are all negative numbers to zero? I want to keep the orginal negative numbers as well. Thank you!!! |
#2
![]() |
|||
|
|||
![]()
Use a help column and a formula like
=MAX(0,A1) copy down/across, then copy and paste special as values in place Regards, Peo Sjoblom "Dede" wrote: Greetings! How do I create a function that will change a range of cells that are all negative numbers to zero? I want to keep the orginal negative numbers as well. Thank you!!! |
#3
![]() |
|||
|
|||
![]()
In another range use:
=MAX(0,A1), where A1 is the first cell in the original range. Copy as needed. tj "Dede" wrote: Greetings! How do I create a function that will change a range of cells that are all negative numbers to zero? I want to keep the orginal negative numbers as well. Thank you!!! |
#4
![]() |
|||
|
|||
![]()
You need a formula in a 2nd column: =MAX(A1,0)
On 14 Jan 2005 10:10:42 -0800, "Dede" wrote: Greetings! How do I create a function that will change a range of cells that are all negative numbers to zero? I want to keep the orginal negative numbers as well. Thank you!!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
To safety merge cells without data destroyed, and smart unmerge! | Excel Discussion (Misc queries) | |||
Heps to design Locked/Unlocked cells in protected worksheet | Excel Discussion (Misc queries) | |||
Finding Numbers with Cells that also contain letters | Excel Discussion (Misc queries) | |||
Converting text to numbers | Excel Discussion (Misc queries) | |||
Negative Numbers | Excel Discussion (Misc queries) |