Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default conditional sum wizard

if the conditional sum wizard will let me build this formula,
{=SUM(IF($B$2:$B$20000=DATEVALUE("11/22/2004"),$G$2:$G$20000,0))}

why won't excel let me copy it to another location, or even swap out
the the datevalue statement for a cell address, ala:

{=SUM(IF($B$2:$B$20000=DATEVALUE(I2),G2:G20000,0)) }


Larry Levinson
Talking up to the vocal ...
LLevinson*Bloomberg.net
(remove the star etc ....)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default conditional sum wizard

Don't need DateValue, just the address
{=SUM(IF($B$2:$B$20000=(I2),G2:G20000,0))}

"Larry Levinson" wrote:

if the conditional sum wizard will let me build this formula,
{=SUM(IF($B$2:$B$20000=DATEVALUE("11/22/2004"),$G$2:$G$20000,0))}

why won't excel let me copy it to another location, or even swap out
the the datevalue statement for a cell address, ala:

{=SUM(IF($B$2:$B$20000=DATEVALUE(I2),G2:G20000,0)) }


Larry Levinson
Talking up to the vocal ...
LLevinson*Bloomberg.net
(remove the star etc ....)

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default conditional sum wizard

I'm sorry, I must not have been clear. Whenever I try to copy/paste or
edit a formula built by the conditional sum wizard, or when I try to
write a formula by hand that resembles a conditional sum, EXCEL stops
recognizing it as a formula. why is that and how do I fix it?


"David" wrote:

Don't need DateValue, just the address
{=SUM(IF($B$2:$B$20000=(I2),G2:G20000,0))}

"Larry Levinson" wrote:

if the conditional sum wizard will let me build this formula,
{=SUM(IF($B$2:$B$20000=DATEVALUE("11/22/2004"),$G$2:$G$20000,0))}

why won't excel let me copy it to another location, or even swap out
the the datevalue statement for a cell address, ala:

{=SUM(IF($B$2:$B$20000=DATEVALUE(I2),G2:G20000,0)) }


Larry Levinson
Talking up to the vocal ...
LLevinson*Bloomberg.net
(remove the star etc ....)


Larry Levinson
Talking up to the vocal ...
LLevinson*Bloomberg.net
(remove the star etc ....)
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
Conditional sum wizard ronb Excel Worksheet Functions 3 November 7th 09 10:42 PM
Conditional sum wizard Martin G[_2_] Excel Worksheet Functions 1 January 8th 09 03:53 PM
Conditional Sum Wizard MarcoKoenders Excel Discussion (Misc queries) 6 January 6th 09 05:25 PM
Conditional Sum Wizard Ron Excel Worksheet Functions 4 February 10th 07 04:31 PM
Conditional Sum Wizard Presleytcb Excel Worksheet Functions 1 July 8th 05 07:15 PM


All times are GMT +1. The time now is 09:57 AM.

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"