Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jcastellano
 
Posts: n/a
Default Formula Assistance with "="


I am trying to debug a spreadhseet and have come across this formula in
the middle of a sumif calc:

"="&$C13

I am struggling with the "=" and the &. Can someone provide some
guidance?


--
jcastellano
------------------------------------------------------------------------
jcastellano's Profile: http://www.excelforum.com/member.php...o&userid=30986
View this thread: http://www.excelforum.com/showthread...hreadid=522466

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default Formula Assistance with "="


If the formula is something like

=SUMIF(A:A,"="&$C13,B:B)

then that just means that B will be summed when the corresponding entry
in A is equal to C13

you could equally use

=SUMIF(A:A,$C13,B:B)


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=522466

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default Formula Assistance with "="

Like:

=sumif(a1:a10,"="&$c13,b1:b10)

I think that the originator wanted to be explicit with what he/she was doing.

This would have been sufficient:
=sumif(a1:a10,$c13,b1:b10)

But by including the "=" in that criteria, it would be easy to see how to change
it to not equal or greater than or less than:

=sumif(a1:a10,"<"&$c13,b1:b10)
=sumif(a1:a10,""&$c13,b1:b10)
=sumif(a1:a10,"<"&$c13,b1:b10)

=====
But the original formula is still just checking each cell in the first range and
comparing it to the value in the criteria ($c13) and summing that 2nd range.




jcastellano wrote:

I am trying to debug a spreadhseet and have come across this formula in
the middle of a sumif calc:

"="&$C13

I am struggling with the "=" and the &. Can someone provide some
guidance?

--
jcastellano
------------------------------------------------------------------------
jcastellano's Profile: http://www.excelforum.com/member.php...o&userid=30986
View this thread: http://www.excelforum.com/showthread...hreadid=522466


--

Dave Peterson
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
Is it possible? DakotaNJ Excel Worksheet Functions 25 September 18th 06 09:30 PM
"Unable to set the Formula property of the Series class" with a tw PeterQ Charts and Charting in Excel 1 February 15th 06 07:37 PM
Formula Assistance ( MarthaMartha Excel Worksheet Functions 2 February 15th 06 05:49 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
I need assistance with wrting an Excel formula mdavis Excel Worksheet Functions 2 February 2nd 05 05:48 AM


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