Help

  • Thread starter Thread starter Tim T via OfficeKB.com
  • Start date Start date
T

Tim T via OfficeKB.com

Below is what I have on a spreadsheet. I need sum up the P&L values for each
period (month) by counterparty. If the sum is positive it is an AR, If
negative an AP. Anyone know a quick way to do this?






Period Counterpart P/L AR AP
Jul-05 Coke 5000
Jul-05 Coke 10000
 
In D2
=IF(C2>0,"AR",)
In E2
=IF(C2>0,"AP",)
Then highlight D2 to E3 and hit control d
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top