THREED function question

simonf

Board Regular
Joined
Jun 18, 2002
Messages
207
Book2(1).xls
ABCDEFG
1Amortization&depreciation267F/XRATE1.5CAD
2Bankcharges400
3Interestexpense644
4Managementfees70,412
5Officeexpense24,106
6Payroll-
7Professionalfees49,859
8Promotion3,720
9Rent-
10Rentals-
11Telephone-
12Training763,385
13Travel-
14
15
16
17Sheet2y1
18Sheet3y1
19Sheet4y1
20Sheet5y1
21Sheet60
22Sheet7y1
Sheet1


Why are the cells picking up the wrong numbers? The numbers also changes everytime I change the value in C17:C19. The data sheets follow.
 
Forgot the brackets:

(SUMPRODUCT((THREED(Sheet2:Sheet4!B1))*($C$17:$C$19))/$E$2)+(SUMPRODUCT((THREED(Sheet5:Sheet7!B1))*($C$20:$C$22))/$E$1)
 
Upvote 0

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
On 2002-11-08 01:06, simonf wrote:
Forgot the brackets:

(SUMPRODUCT((THREED(Sheet2:Sheet4!B1))*($C$17:$C$19))/$E$2)+(SUMPRODUCT((THREED(Sheet5:Sheet7!B1))*($C$20:$C$22))/$E$1)

Now post the formula with IF that doesn't work (no Html please).
 
Upvote 0
IF(G1="CAD", (SUMPRODUCT((THREED(Sheet2:Sheet4!B1))*($C$17:$C$19))+SUMPRODUCT((THREED(Sheet5:Sheet7!B1))*($C$20:$C$22))/$E$1), (SUMPRODUCT((THREED(Sheet2:Sheet4!B1))*($C$17:$C$19))*$E$1+SUMPRODUCT((THREED(Sheet5:Sheet7!B1))*($C$20:$C$22))))

Here it is. Thanks Aladin.
 
Upvote 0
What is THREED?

Is it some exotic function that I should know about?

Regards,

Mike
 
Upvote 0
On 2002-11-08 02:36, simonf wrote:
IF(G1="CAD", (SUMPRODUCT((THREED(Sheet2:Sheet4!B1))*($C$17:$C$19))+SUMPRODUCT((THREED(Sheet5:Sheet7!B1))*($C$20:$C$22))/$E$1), (SUMPRODUCT((THREED(Sheet2:Sheet4!B1))*($C$17:$C$19))*$E$1+SUMPRODUCT((THREED(Sheet5:Sheet7!B1))*($C$20:$C$22))))

[...]

Do the Then-part and Else-part work, when used separately, as intended?
 
Upvote 0

Forum statistics

Threads
1,214,864
Messages
6,121,981
Members
449,058
Latest member
oculus

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top