![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I've searched this board and have tried a few things, no luck yet. I have about 100 rows, in columns A and B there is descriptive text. In column C it is either blank or it contains the text "CR". In column D there is a value (number with 2 decimal places). Column E is blank and available to use for the formula. If there is "CR" in column C, then the value in Column D must be displayed as a negative number. If "CR" doesn't exist then the number should be left positive. How can I do this? I've been working with the ABS and IF functions in Column E but can't get it to work. Please help. Thanks |
| Ads |
|
#2
|
|||
|
|||
|
Try the below in cell E1
=IF(C1="CR",-D1,D1) -- Jacob "Angie M." wrote: > Hi, > > I've searched this board and have tried a few things, no luck yet. > > I have about 100 rows, in columns A and B there is descriptive text. In > column C it is either blank or it contains the text "CR". In column D there > is a value (number with 2 decimal places). Column E is blank and available > to use for the formula. > > If there is "CR" in column C, then the value in Column D must be displayed > as a negative number. If "CR" doesn't exist then the number should be left > positive. How can I do this? I've been working with the ABS and IF > functions in Column E but can't get it to work. Please help. Thanks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change positive to negative number | Sandra | Excel Worksheet Functions | 3 | July 20th 09 07:42 AM |
| How do I subtract a negative number from a positive number? | csanta | Excel Discussion (Misc queries) | 4 | August 14th 08 12:31 AM |
| Converting a negative number to a positive number | Barb | Excel Discussion (Misc queries) | 3 | November 1st 07 02:20 AM |
| Format cells to change a number from a positive to negative | jagfan123456 | Excel Worksheet Functions | 4 | September 12th 06 06:35 PM |
| can i change a number formatted as positive to negative in Excel | byron miranda | Excel Discussion (Misc queries) | 2 | May 16th 06 03:01 PM |