Indirect problems !

FilippoCuneo

New Member
Joined
Jul 27, 2010
Messages
3
Hi ! I'm Filips and i speak english like my dog !
I've many problems with indirect command and SimSheet Simulations tool !

SSOutputStream("NPV";Indicatori!F57;INDIRECT("R"&Simulazione!L13*(Simulazione!N17-1)+7&"C"&Simulazione!L14+9;FALSE))

This is the command line that destroy my balls!

SSOutputStrem works like this example :
SSOutputstream(LABEL;Recorded Cell;Output Cell)


ok.. when i wrote the command and i want to use the same sheet,all works perfectly !

Unluckily i must record 1kk numbers and i must record outputs on another sheet because my pc/mac crashes !
I've tried with this [Output.xlsx]Dati!
So I used this command but doesn't work !

=SSOutputStream("NPV";Indicatori!F57;INDIRECT('[Output.xlsx]Dati'!"R"&Simulazione!L13*(Simulazione!N17-1)+7&"C"&Simulazione!L14+9;FALSE))

I hope that u can help me because i'm very nervous and i drop my pc out of windows if the program doesn't work !
Thanks a lot !
Bye
PIPPO !
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Welcome to the Board.

You seem to be trying to mix A1 and R1C1 references. What would your second formula look like if you couldn't use INDIRECT? Maybe try:

=SSOutputStream("NPV";Indicatori!F57;INDEX([Output.xlsx]Dat1!$1:$65536;Simulazione!L13*(Simulazione!N17-1)+7;Simulazione!L14+9))
 
Upvote 0
Welcome to the Board.

You seem to be trying to mix A1 and R1C1 references. What would your second formula look like if you couldn't use INDIRECT? Maybe try:

=SSOutputStream("NPV";Indicatori!F57;INDEX([Output.xlsx]Dat1!$1:$65536;Simulazione!L13*(Simulazione!N17-1)+7;Simulazione!L14+9))

what means "[Output.xlsx]Dat1!$1:$65536" ? why do u wrote 1:65536 ?
thanks a lot !
 
Upvote 0
That's all the cells (rows) on the worksheet (prior to Excel 2007). You can limit the range if you know it's size.
 
Upvote 0

Forum statistics

Threads
1,213,484
Messages
6,113,920
Members
448,533
Latest member
thietbibeboiwasaco

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