How to overcome the "Formula too long" error on windows excel...

puppykak

Board Regular
Joined
Jul 7, 2009
Messages
55
I have worked on this really difficult long formula, but the problem is, I have been working from my Mac. And my office, which this formula was made for, is all PC. Now generally this isn't a problem, but apparently PC's have a limit on how long the formula can be. Is there anyway to overcome this? I really need this formula to work..

Please help!
 
where would you like it to be in the outside document

'[Outside Excel Document.xls]Sheet2'!$A$1:$B$20

maybe?


=VLOOKUP(B15,'[Outside Excel Document.xls]Sheet1'!$A$8:$I$11,'[Outside Excel Document.xls]Sheet2'!$A$1:$B$20,0)
 
Upvote 0

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
I believe from your example, this might work
Code:
=INDEX('[Outside Excel Document.xls]Sheet1'!B5:I7,MATCH(B15,'[Outside Excel Document.xls]Sheet1'!A5:A7,0),MATCH(B3,'[Outside Excel Document.xls]Sheet1'!B4:I4,0))
Never tried across WorkBooks, but it might work.
lenze
I was trying this formula, and I am close, but it keeps giving me the result that is in the cel just one left and one up from the result I need. What's going on?
 
Upvote 0
Thank You espcially wsjackman, you've been really helpful and patient with me!


..oh...and by the way...I am not a he...teehee. :)



If I need anymore help I will be sure to post! Thanks!
 
Upvote 0

Forum statistics

Threads
1,215,580
Messages
6,125,654
Members
449,245
Latest member
PatrickL

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