Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default Formula Question...

I have a general ledger spreadsheet with a annual and monthly tab followed by
the individual account tabs. On the monthly tab I have the following formula:

=SUMIF('9000-Muck Site'!$J:$J,"="&(TEXT(I$5,"mmm-yy")),'9000-Muck Site'!$D:$D)

My problem is the range is not picking up all of the rows. Based on the
formula above it stopped at D96. How do I extend (or show) other rows past
D96?

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 396
Default Formula Question...

Are the entries in column J really text?

--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music


"sarge355" wrote:

I have a general ledger spreadsheet with a annual and monthly tab followed by
the individual account tabs. On the monthly tab I have the following formula:

=SUMIF('9000-Muck Site'!$J:$J,"="&(TEXT(I$5,"mmm-yy")),'9000-Muck Site'!$D:$D)

My problem is the range is not picking up all of the rows. Based on the
formula above it stopped at D96. How do I extend (or show) other rows past
D96?

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default Formula Question...

Wigi,

No, they are not text. They are dollar amounts.

"Wigi" wrote:

Are the entries in column J really text?

--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music


"sarge355" wrote:

I have a general ledger spreadsheet with a annual and monthly tab followed by
the individual account tabs. On the monthly tab I have the following formula:

=SUMIF('9000-Muck Site'!$J:$J,"="&(TEXT(I$5,"mmm-yy")),'9000-Muck Site'!$D:$D)

My problem is the range is not picking up all of the rows. Based on the
formula above it stopped at D96. How do I extend (or show) other rows past
D96?

Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 964
Default Formula Question...

You probably misunderstood. Wigi meant that although they might look like
numbers they might be text. Find one that is not picked up and use

=ISTEXT(D97)


copy down, if any of those formulas return TRUE then there are text
values. However it might be more likely that it is the first test that fails


TEXT(I$5,"mmm-yy") returns a text value like Jul-08, maybe some of the
values in
column J have leading or trailing spaces?

=SUMIF('9000-Muck Site'!$J:$J,"="&(TEXT(I$5,"mmm-yy")),'9000-Muck
Site'!$D:$D)

There are some obsolete characters, in your case you can use

=SUMIF('9000-Muck Site'!$J:$J,TEXT(I$5,"mmm-yy"),'9000-Muck Site'!$D:$D)

no need for the equal sign

Try this

=SUMPRODUCT(--('9000-Muck Site'!$J1:$J1000=TEXT(I$5,"mmm-yy")),'9000-Muck
Site'!$D1:$D1000)




--


Regards,


Peo Sjoblom



"sarge355" wrote in message
...
Wigi,

No, they are not text. They are dollar amounts.

"Wigi" wrote:

Are the entries in column J really text?

--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music


"sarge355" wrote:

I have a general ledger spreadsheet with a annual and monthly tab
followed by
the individual account tabs. On the monthly tab I have the following
formula:

=SUMIF('9000-Muck Site'!$J:$J,"="&(TEXT(I$5,"mmm-yy")),'9000-Muck
Site'!$D:$D)

My problem is the range is not picking up all of the rows. Based on the
formula above it stopped at D96. How do I extend (or show) other rows
past
D96?

Thanks!



  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default Formula Question...

Wigi,

The tab on my spreadsheet is listing individual sales based on the sales
date. That, in turn, ties back to the monthly tab to give me a breakdown of
sales by month. It stopped calculating at cell D96. Can you provide me an
example of how the formula should read? Thanks!!!

"sarge355" wrote:

Wigi,

No, they are not text. They are dollar amounts.

"Wigi" wrote:

Are the entries in column J really text?

--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music


"sarge355" wrote:

I have a general ledger spreadsheet with a annual and monthly tab followed by
the individual account tabs. On the monthly tab I have the following formula:

=SUMIF('9000-Muck Site'!$J:$J,"="&(TEXT(I$5,"mmm-yy")),'9000-Muck Site'!$D:$D)

My problem is the range is not picking up all of the rows. Based on the
formula above it stopped at D96. How do I extend (or show) other rows past
D96?

Thanks!

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
Formula question Heather Excel Discussion (Misc queries) 1 October 16th 06 04:23 PM
Formula Question Confused Excel User Excel Worksheet Functions 0 October 13th 06 03:55 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
Formula Question Formula Question Excel Discussion (Misc queries) 2 April 23rd 06 12:00 AM
Formula Question Qaspec Excel Discussion (Misc queries) 2 January 10th 05 03:59 AM


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