It seems excel formulas are limited to 1024 characters.
For the first time in my life I saw this error message.
Any way to increase this limit?
It seems excel formulas are limited to 1024 characters.
For the first time in my life I saw this error message.
Any way to increase this limit?
If you found the solution to your question. Mark the thread as "Solved"
Thank everyone that helped you with a valid solution by clicking on their![]()
There is no such thing as a problem, only a temporary lack of a solution
Only by upgrading to 2007... where you have 8000+ chars allowed.
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Maybe you should look at shortening the formula ??
VBA Noob
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
I cant see a way considering the formula. I got a work around for it by spliting the formula in 2 and using 2 cells.
This formula is concatenating the results of 12 Vlookup formulas from 12 different worksheets.
See the thread
http://www.excelforum.com/showthread...=636991&page=2
I see what you mean now.
You may be able to save a few characters by using the ISNA instead of ISERROR. Also if the OP changed the sheet names from whole months to first three characters.
VBA Noob
If the OP downloads and installs the free Morefunc.xll addin from this site: http://xcell05.free.fr/english/Originally Posted by Portuga
Then they could use:The THREED function creates an array joining all ranges in all sheets.![]()
Please Login or Register to view this content.
To avoid the #N/A error:
![]()
Please Login or Register to view this content.
Hi,
Shg posted a good solution in the OP thread. Adding the IFERRORS function using VB code (IFERRORS function is available on excel2007), its possible to cut down the number of characters needed to 590.
Thanks for the input guys!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks