Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have amounts in B column nearly 600 lines, the amounts includes negative amounts and as well as the positive amounts. amounts like, 100, -55, 253.65, -4954.34 I need a formula to put in C column, so that any negative amount shows as Credits and positive amounts shows as Debits. Please help me out. Regards, Igneshwara Reddy. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Igneshwara,
You could apply the following custom number formatting on column B "Debit" #.##0;"Credit" #.##0 HTH brotha lee "Igneshwara reddy" wrote: Hi, I have amounts in B column nearly 600 lines, the amounts includes negative amounts and as well as the positive amounts. amounts like, 100, -55, 253.65, -4954.34 I need a formula to put in C column, so that any negative amount shows as Credits and positive amounts shows as Debits. Please help me out. Regards, Igneshwara Reddy. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming no empty cells or text entries in the range.
Try this: =IF(B2=0,"Debit","Credit") Copy down as needed -- Biff Microsoft Excel MVP "Igneshwara reddy" wrote in message ... Hi, I have amounts in B column nearly 600 lines, the amounts includes negative amounts and as well as the positive amounts. amounts like, 100, -55, 253.65, -4954.34 I need a formula to put in C column, so that any negative amount shows as Credits and positive amounts shows as Debits. Please help me out. Regards, Igneshwara Reddy. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
are you saying the accounting value is neg.
in the corrisponding cell you like it post the word "credit" or the word "debit" what are you trying to achieve here "Igneshwara reddy" wrote: Hi, I have amounts in B column nearly 600 lines, the amounts includes negative amounts and as well as the positive amounts. amounts like, 100, -55, 253.65, -4954.34 I need a formula to put in C column, so that any negative amount shows as Credits and positive amounts shows as Debits. Please help me out. Regards, Igneshwara Reddy. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
finding maximum, minimum in a range consists both Positive and Negative numbers | Excel Worksheet Functions | |||
Negative numbers in resulting formula | Excel Worksheet Functions | |||
Negative numbers in an IF formula | Excel Worksheet Functions | |||
Negative numbers in easy formula getting me down... | Excel Discussion (Misc queries) | |||
Excel Formula - Add column of numbers but ignore negative numbers | Excel Worksheet Functions |