Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default 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.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9,101
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default 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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
more than 250 word in cell with fuction Jacky Hope Excel Worksheet Functions 0 February 15th 07 04:59 AM
Add single fuction to end of multiple cell column Mead1 Excel Discussion (Misc queries) 2 October 17th 06 04:21 PM
multiple cell fuction results in fraction format cfused128 Excel Discussion (Misc queries) 3 September 9th 06 01:39 AM
need a fuction that can do this (or can it be done) Mrbanner Excel Worksheet Functions 3 August 1st 05 04:07 AM
For Each Fuction??? Dave_2k5 Excel Discussion (Misc queries) 11 July 26th 05 12:05 PM


All times are GMT +1. The time now is 01:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"