#1   Report Post  
glenlisa
 
Posts: n/a
Default Formula too long


Have run into a problem using excel - it is telling me the formula I am
using is too long and will not allow additional data to be entered. The
excel file is a payroll where worksheets are used to calculate the pay.
That information is then transferred to the Master worksheet (gross
summary) then certain fields within the worksheets are selected as part
of the formula on the master. All worked fine until now when trying to
add infomation to the formula due to additional worksheets being added
... the comment formula too long will not allow additional data and
therefore unable to get the master sheet to balance.

The formula being used is as follows -
=Eyears!C16+Eyears!C19+Eyears!C22+ and picks up data from another 30+
employees. Any help / suggestions would be appreciated!


--
glenlisa
------------------------------------------------------------------------
glenlisa's Profile: http://www.excelforum.com/member.php...o&userid=26069
View this thread: http://www.excelforum.com/showthread...hreadid=394063

  #2   Report Post  
Roy Wagner
 
Posts: n/a
Default

Glenlisa,

It sounds like you need to break it up a little. You can use intermediary
cells with subtotals for example, and then have your master cell add up the
subtotals. Alternatively, you could use vba code to process the cell
containing the extra long formula. It might help if you pasted the whole
formula you are trying to use. It's sometimes easier to envision the solution
when you can see the whole problem. :)

Roy

--
(delete .nospam)




"glenlisa" wrote:


Have run into a problem using excel - it is telling me the formula I am
using is too long and will not allow additional data to be entered. The
excel file is a payroll where worksheets are used to calculate the pay.
That information is then transferred to the Master worksheet (gross
summary) then certain fields within the worksheets are selected as part
of the formula on the master. All worked fine until now when trying to
add infomation to the formula due to additional worksheets being added
... the comment formula too long will not allow additional data and
therefore unable to get the master sheet to balance.

The formula being used is as follows -
=Eyears!C16+Eyears!C19+Eyears!C22+ and picks up data from another 30+
employees. Any help / suggestions would be appreciated!


--
glenlisa
------------------------------------------------------------------------
glenlisa's Profile: http://www.excelforum.com/member.php...o&userid=26069
View this thread: http://www.excelforum.com/showthread...hreadid=394063


  #3   Report Post  
glenlisa
 
Posts: n/a
Default


The breaking up of the formula works as it should! Thanks


--
glenlisa
------------------------------------------------------------------------
glenlisa's Profile: http://www.excelforum.com/member.php...o&userid=26069
View this thread: http://www.excelforum.com/showthread...hreadid=394063

  #4   Report Post  
Biff
 
Posts: n/a
Default

Hi!

=Eyears!C16+Eyears!C19+Eyears!C22+


If the pattern of every 3rd cell is constant:

=SUMPRODUCT(--(MOD(ROW(Eyears!C16:C150),3)=1),Eyears!C16:C150)

Biff

"glenlisa" wrote in
message ...

Have run into a problem using excel - it is telling me the formula I am
using is too long and will not allow additional data to be entered. The
excel file is a payroll where worksheets are used to calculate the pay.
That information is then transferred to the Master worksheet (gross
summary) then certain fields within the worksheets are selected as part
of the formula on the master. All worked fine until now when trying to
add infomation to the formula due to additional worksheets being added
.. the comment formula too long will not allow additional data and
therefore unable to get the master sheet to balance.

The formula being used is as follows -
=Eyears!C16+Eyears!C19+Eyears!C22+ and picks up data from another 30+
employees. Any help / suggestions would be appreciated!


--
glenlisa
------------------------------------------------------------------------
glenlisa's Profile:
http://www.excelforum.com/member.php...o&userid=26069
View this thread: http://www.excelforum.com/showthread...hreadid=394063



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
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
long formula obscures cell view KG Excel Discussion (Misc queries) 5 March 30th 05 09:30 PM
Formula too long Neil_J Excel Worksheet Functions 2 March 17th 05 07:11 PM
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


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

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

About Us

"It's about Microsoft Excel"