Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi, sorry for another post, but my formula is not working:
=IF(A1=positive,A1,-A1) I want to take any negative value and make it positive, but leave positive values alone. I have tried "pos" and "+" as well, but those did not work either. Thanks for any help! |
#2
![]() |
|||
|
|||
![]()
=ABS(A1)
or =IF(A1<0,-A1,A1) or =IF(A1=0,A1,-A1) Julie P. wrote: Hi, sorry for another post, but my formula is not working: =IF(A1=positive,A1,-A1) I want to take any negative value and make it positive, but leave positive values alone. I have tried "pos" and "+" as well, but those did not work either. Thanks for any help! |
#3
![]() |
|||
|
|||
![]() "garfield-n-odie" wrote in message ... =ABS(A1) or =IF(A1<0,-A1,A1) or =IF(A1=0,A1,-A1) Oh, duh! I should have thought of the greater and less than symbols! :) Thanks Garfield! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Creating a check mark box | Setting up and Configuration of Excel | |||
Formula doesnt work | Excel Worksheet Functions | |||
formula won't work | Excel Worksheet Functions | |||
formula won't work | Excel Worksheet Functions |