+ Reply to Thread
Results 1 to 2 of 2

formula help

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    02-16-2006
    Posts
    200

    Thumbs down formula help

    I am trying to work out an excel formula but dont seem to be able to get it quite right.

    My spreadsheet looks like this-
    Column A Column B Column C Column D
    sales ledger Sales ledger Purchase formula
    90days old Ledger result

    Value1 Value2 Value3 result
    5000 (cellA5) 1000 (cellB5) 10000 (cellC5) 4000 (cellC6)
    4000 500 4000 3500
    3000 0 2000 2000

    Column D contains what the formula result would be in the scenarios shown.
    The result/answer is always the lowest amount after making the following comparison-

    To arrive at the answer the formula needs to calulate Value1 cellA5 minus Value2 cellB5
    The result/balance then needs to be compared to Value3 CellC5 and whichever is the lower amount is returned as the answer in Column D

    Thanks in advance for your help

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097

    Thumbs up

    Quote Originally Posted by martins
    I am trying to work out an excel formula but dont seem to be able to get it quite right.

    My spreadsheet looks like this-
    Column A Column B Column C Column D
    sales ledger Sales ledger Purchase formula
    90days old Ledger result

    Value1 Value2 Value3 result
    5000 (cellA5) 1000 (cellB5) 10000 (cellC5) 4000 (cellC6)
    4000 500 4000 3500
    3000 0 2000 2000

    Column D contains what the formula result would be in the scenarios shown.
    The result/answer is always the lowest amount after making the following comparison-

    To arrive at the answer the formula needs to calulate Value1 cellA5 minus Value2 cellB5
    The result/balance then needs to be compared to Value3 CellC5 and whichever is the lower amount is returned as the answer in Column D

    Thanks in advance for your help
    Hi Martins,

    '=IF(A6-B6<C6,A6-B6,C6)

    this should do it for you

    oldchippy

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1