ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   I need an answer display in one cell if (=), but another if (-) (https://www.excelbanter.com/excel-discussion-misc-queries/163951-i-need-answer-display-one-cell-if-%3D-but-another-if.html)

LeslieD

I need an answer display in one cell if (=), but another if (-)
 
I have an Excel spreadsheet where there is a "Charges" column and a "Credits"
column. I am multiplying the per diem by the days. If it's a positive
number I want the value in the "Charges" column. If it's a negative value I
want it in the "Credits" column. Can anyone suggest a formula to do this?

COUNTY 365 BASE $5,452.78 Per Diem: $14.94
FROM 07/01/08 TO 08/30/07 Days: (306) ($4,571.37)
Thank you!

Pete_UK

I need an answer display in one cell if (=), but another if (-)
 
A formula cannot "push" values to another cell, so in the Charges
column use this formula:

=MAX(per_diem*days,0)

In the Credits column use this:

=MIN(per_diem*days,0)

Substitute the appropriate cell references and copy down as required.

Hope this helps.

Pete

On Oct 29, 6:43 pm, LeslieD wrote:
I have an Excel spreadsheet where there is a "Charges" column and a "Credits"
column. I am multiplying the per diem by the days. If it's a positive
number I want the value in the "Charges" column. If it's a negative value I
want it in the "Credits" column. Can anyone suggest a formula to do this?

COUNTY 365 BASE $5,452.78 Per Diem: $14.94
FROM 07/01/08 TO 08/30/07 Days: (306) ($4,571.37)
Thank you!




LeslieD

I need an answer display in one cell if (=), but another if (-
 
Thank you very much! That did the trick :o)

"Pete_UK" wrote:

A formula cannot "push" values to another cell, so in the Charges
column use this formula:

=MAX(per_diem*days,0)

In the Credits column use this:

=MIN(per_diem*days,0)

Substitute the appropriate cell references and copy down as required.

Hope this helps.

Pete

On Oct 29, 6:43 pm, LeslieD wrote:
I have an Excel spreadsheet where there is a "Charges" column and a "Credits"
column. I am multiplying the per diem by the days. If it's a positive
number I want the value in the "Charges" column. If it's a negative value I
want it in the "Credits" column. Can anyone suggest a formula to do this?

COUNTY 365 BASE $5,452.78 Per Diem: $14.94
FROM 07/01/08 TO 08/30/07 Days: (306) ($4,571.37)
Thank you!





Pete_UK

I need an answer display in one cell if (=), but another if (-
 
Glad to hear it - thanks for feeding back.

Pete

"LeslieD" wrote:

Thank you very much! That did the trick :o)

"Pete_UK" wrote:

A formula cannot "push" values to another cell, so in the Charges
column use this formula:

=MAX(per_diem*days,0)

In the Credits column use this:

=MIN(per_diem*days,0)

Substitute the appropriate cell references and copy down as required.

Hope this helps.

Pete

On Oct 29, 6:43 pm, LeslieD wrote:
I have an Excel spreadsheet where there is a "Charges" column and a "Credits"
column. I am multiplying the per diem by the days. If it's a positive
number I want the value in the "Charges" column. If it's a negative value I
want it in the "Credits" column. Can anyone suggest a formula to do this?

COUNTY 365 BASE $5,452.78 Per Diem: $14.94
FROM 07/01/08 TO 08/30/07 Days: (306) ($4,571.37)
Thank you!






All times are GMT +1. The time now is 02:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com