+ Reply to Thread
Results 1 to 4 of 4

countif function: Help with formula

Hybrid View

  1. #1
    Crowraine
    Guest

    countif function: Help with formula

    Here is the formula

    =InventoryOrdered!D3-COUNTIF(InventorySold!B:B,"10-132500")

    What I want it to do is every time I enter numbers in cell D3 to CA3 in
    Inventory Ordered I want it to add those numbers, then subtract Inventory
    Sold countif function.

  2. #2
    Forum Contributor Kieran's Avatar
    Join Date
    10-02-2003
    Location
    Perth, Western Australia
    MS-Off Ver
    Office 2003
    Posts
    109
    Try

    =sum(InventoryOrdered!D3:CA3)-COUNTIF(InventorySold!B:B,"10-132500")
    Kieran

  3. #3
    Dave Peterson
    Guest

    re: countif function: Help with formula

    Not quite sure, but...

    =sum(inventoryordered!D3:CA3) - COUNTIF(InventorySold!B:B,"10-132500")



    Crowraine wrote:
    >
    > Here is the formula
    >
    > =InventoryOrdered!D3-COUNTIF(InventorySold!B:B,"10-132500")
    >
    > What I want it to do is every time I enter numbers in cell D3 to CA3 in
    > Inventory Ordered I want it to add those numbers, then subtract Inventory
    > Sold countif function.


    --

    Dave Peterson

  4. #4
    Crowraine
    Guest

    re: countif function: Help with formula

    Yep, that was it. Thanks.

    "Dave Peterson" wrote:

    > Not quite sure, but...
    >
    > =sum(inventoryordered!D3:CA3) - COUNTIF(InventorySold!B:B,"10-132500")
    >
    >
    >
    > Crowraine wrote:
    > >
    > > Here is the formula
    > >
    > > =InventoryOrdered!D3-COUNTIF(InventorySold!B:B,"10-132500")
    > >
    > > What I want it to do is every time I enter numbers in cell D3 to CA3 in
    > > Inventory Ordered I want it to add those numbers, then subtract Inventory
    > > Sold countif function.

    >
    > --
    >
    > Dave Peterson
    >


+ 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