Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 98
Default nRows range within SUMIF

I've got a SUMIF formula in my macro code (see below) and need to specify a
range to include the 'nrows' (I have defined all of the bits in this formula
at the top of my code) but am having trouble with this...

Cells (nIrws, 21).Formula = "=SUMIF(G2:G nIRows,""<CR"",U2:U nIRows)"

Any ideas? Would this work??
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default nRows range within SUMIF

Cells (nIrws, 21).Formula = "=SUMIF(G2:G" & nIRows & ",""<CR"",U2:U" &
nIRows & ")"


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Meltad" wrote in message
...
I've got a SUMIF formula in my macro code (see below) and need to specify

a
range to include the 'nrows' (I have defined all of the bits in this

formula
at the top of my code) but am having trouble with this...

Cells (nIrws, 21).Formula = "=SUMIF(G2:G nIRows,""<CR"",U2:U nIRows)"

Any ideas? Would this work??



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
How do I enter formula sum(range+range)*0.15 sumif(range=3) tkw Excel Discussion (Misc queries) 2 October 1st 09 09:17 PM
SumIf - when I fill down the Range, Criteria & sum range changes markholt Excel Worksheet Functions 3 October 28th 08 12:37 AM
Sumif range? JHL Excel Worksheet Functions 2 January 29th 08 10:11 PM
How to use a range in SUMIF? bdddd Excel Worksheet Functions 7 February 14th 06 06:44 PM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM


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