+ Reply to Thread
Results 1 to 2 of 2

Newbie question

  1. #1
    bassman
    Guest

    Newbie question

    'hello,

    can someone explain in plain English what this formula is actually
    saying:

    =IF(C32="FOB",(B28:C28/'Board Pricing and
    conversion'!B19)-B28,(B28/'Board Pricing and conversion'!B20)-B28)

    I understand the C32="FOB", but the rest I don't. I know it is
    referencing another spreadsheet but don't know what it is looking at??

    Thanks


  2. #2
    Gord Dibben
    Guest

    Re: Newbie question

    bassman

    Double-click on the cell with the formula and you will see the syntax

    IF(logical_test, [value_if_true], [value_if_false])

    You have a logical text for "FOB" on C32 of active sheet.

    If True then return the result of first argument which is the sum of cells
    B28:C28 on active sheet divided by cell B19 from worksheet Board Pricing and
    conversion -B28 on active sheet.

    If False, return the results from the second argument which is divide B28 by
    Board Pricing and conversion sheet B20 - B28 on active sheet.

    Note: This formula is an Array formula and must be entered using CTRL + SHIFT
    + ENTER

    Excel will place curly brackets around the entire formula{.......}


    Gord Dibben Excel MVP

    On 31 Oct 2005 14:05:57 -0800, "bassman" <[email protected]> wrote:

    >'hello,
    >
    >can someone explain in plain English what this formula is actually
    >saying:
    >
    >=IF(C32="FOB",(B28:C28/'Board Pricing and
    >conversion'!B19)-B28,(B28/'Board Pricing and conversion'!B20)-B28)
    >
    >I understand the C32="FOB", but the rest I don't. I know it is
    >referencing another spreadsheet but don't know what it is looking at??
    >
    >Thanks



+ 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