#1   Report Post  
bassman
 
Posts: n/a
Default 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   Report Post  
Gord Dibben
 
Posts: n/a
Default 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" 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie Cell Reference Question... UncleRemus New Users to Excel 2 October 30th 05 12:02 PM
Newbie and use of lookup question? manasi Excel Discussion (Misc queries) 6 September 21st 05 01:03 PM
Newbie With A Question Michael Excel Worksheet Functions 0 July 28th 05 11:50 PM
Newbie question: Matching data/2 wkshts copying info over dperry11273 Excel Worksheet Functions 2 July 26th 05 06:39 AM
Newbie question Doh New Users to Excel 5 December 16th 04 09:31 PM


All times are GMT +1. The time now is 07:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"