ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   more than 250 word in cell with fuction (https://www.excelbanter.com/excel-worksheet-functions/130795-more-than-250-word-cell-fuction.html)

Jacky Hope

more than 250 word in cell with fuction
 
I have very large formular which containt more than 250 letter in it.
How can we enlarge the number number of letter in functioning cell.


Max

more than 250 word in cell with fuction
 
You've got some responses to your multi-post in .misc. Pl don't multi-post.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Jacky Hope" wrote in message
...
I have very large formular which containt more than 250 letter in it.
How can we enlarge the number number of letter in functioning cell.




joel

more than 250 word in cell with fuction
 
When a formul gets thatt large it best to convert to a function

end the code under the tools menu under macro visual basic editor


Function ABC()


ABC=1

End Function


In the workbook put =ABC()
the number 1 will be returned.

Write the macro in small steps to make it easierr to run

Instead of A = 1 * 2 * 3
A = 1
B = A * 2
C = B * 3

You can use the debug menu in the Visual Basic editor to step through the code


You can have
function ABC(A, B, c)

the call it with
=ABC(D2, E4, F7) where D2, E4 and F7 are cell numbers



"Jacky Hope" wrote:

I have very large formular which containt more than 250 letter in it.
How can we enlarge the number number of letter in functioning cell.



All times are GMT +1. The time now is 06:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com