Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 251
Default Simple formula, I'm sure

It's gotta be simple, for my complex mind can't simplify it!! B39 divided by
the sum of J42:J5000. I can't put a sum in J5001 and have it as simple as
B39 divided by J5001 because this is an ongoing spreadsheet and may at times
only reach 1000 rows. J5000 is chosen for the formula to be sure that ample
number of rows are given for the data. Thank you. Connie
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Simple formula, I'm sure

Maybe you could use something like this:
=IF(ISERROR(B39/SUM(J$42:J$5000)),"",B39/SUM(J$42:J$5000))
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,000 Files:370 Subscribers:66
xdemechanik
---
"Connie Martin" wrote:
It's gotta be simple, for my complex mind can't simplify it!! B39 divided by
the sum of J42:J5000. I can't put a sum in J5001 and have it as simple as
B39 divided by J5001 because this is an ongoing spreadsheet and may at times
only reach 1000 rows. J5000 is chosen for the formula to be sure that ample
number of rows are given for the data. Thank you. Connie

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Simple formula, I'm sure

Hi,

It's not clear what your problem is? The formula
=B39/SUM(J42:J5000)
Can be put in any cell of the spreadsheet, for example, at the top, say J40.

The other alternative is to put it in J5001 and then use an AutoFilter, with
Non Blank as the criteria. Highlight the range J42:J5001 and choose Data,
Filter, Auto Filter. Then open the auto filter drop down and choose
NonBlanks. This will hide all the blank rows between J42 and J5001.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Connie Martin" wrote:

It's gotta be simple, for my complex mind can't simplify it!! B39 divided by
the sum of J42:J5000. I can't put a sum in J5001 and have it as simple as
B39 divided by J5001 because this is an ongoing spreadsheet and may at times
only reach 1000 rows. J5000 is chosen for the formula to be sure that ample
number of rows are given for the data. Thank you. Connie

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
IF formula-simple question; simple operator Rich D Excel Discussion (Misc queries) 4 December 6th 07 03:36 PM
Simple problem, simple formula, no FUNCTION ! Ron@Buy Excel Worksheet Functions 6 September 28th 07 04:51 PM
Need help with simple formula please PuJo Excel Discussion (Misc queries) 4 April 5th 07 01:32 PM
help with simple formula Shooter Excel Worksheet Functions 1 June 19th 05 01:14 AM
Need a simple formula please Denise Excel Worksheet Functions 3 March 31st 05 01:16 PM


All times are GMT +1. The time now is 05:34 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"