#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Sum If Function


Can anybody help me with the correct way to enter a SumIF Function with
numberic and alphabetic properties? My sum should be something like
C3-A3,D3 If E3 = September - I have done this before however I think
the way I am inputting this is wrong.

Awaiting your replies -

Many many thanks,

:)


--
Cowgirl
------------------------------------------------------------------------
Cowgirl's Profile: http://www.excelforum.com/member.php...o&userid=37189
View this thread: http://www.excelforum.com/showthread...hreadid=568967

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 108
Default Sum If Function


Cowgirl wrote:
Can anybody help me with the correct way to enter a SumIF Function with
numberic and alphabetic properties? My sum should be something like
C3-A3,D3 If E3 = September - I have done this before however I think
the way I am inputting this is wrong.

Awaiting your replies -

Many many thanks,

:)


--
Cowgirl


Hi Cowgirl

From your information, I think you want in D3:


=If(E3="September",Sum(A3:C3))

SUMIF requires the evaluated range to be the same length as the sum
range.

Regards

Steve

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Sum If Function


Hi Steve,

Many thanks for your reply. I tried your sum however received a FALSE
calc rather than a number figure which is what I am looking for.
Basically, I am working out P&L Forecasts for the year and am trying to
use the sum based on Purchase and Sales for single months. Therefore
the sum should be sale-purchase-fee only if month is Aug, Sept, Oct
etc. Rather than having singular sheets - I am trying to populate one
sheet as simply as possible. Do you have any more suggestions?

Kindest regards,

Sadie


--
Cowgirl
------------------------------------------------------------------------
Cowgirl's Profile: http://www.excelforum.com/member.php...o&userid=37189
View this thread: http://www.excelforum.com/showthread...hreadid=568967

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 108
Default Sum If Function


Cowgirl wrote:
Hi Steve,

Many thanks for your reply. I tried your sum however received a FALSE
calc rather than a number figure which is what I am looking for.
Basically, I am working out P&L Forecasts for the year and am trying to
use the sum based on Purchase and Sales for single months. Therefore
the sum should be sale-purchase-fee only if month is Aug, Sept, Oct
etc. Rather than having singular sheets - I am trying to populate one
sheet as simply as possible. Do you have any more suggestions?

Kindest regards,

Sadie


--
Cowgirl


Hi Sadie

OK, I see it a little more clearly now, though I'm still not sure what
you're trying to achieve with "C3-A3,D3", try:

=IF(OR(E3="August",E3="September",E3="October"),C3-A3,0)

Where the C3-A3 is, replace with the actual calculation you're doing.

That you got a FALSE result from the first formula (I didn't include an
"else" statement) suggests that the cell you're evaluating doesn't
actually contain the string "September". Where you and I might know
that "Sep", "Sept" or "9" might mean September, remember that Excel is
literal and the cell must match exactly.

Regards

Steve

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Sum If Function


Hey Steve,

Many thanks for your help - your formula has prevailed!

Wonderful - It has helped me out immensely!

Have a great evening and thank you again!

Kindest regards,

Sadie


--
Cowgirl
------------------------------------------------------------------------
Cowgirl's Profile: http://www.excelforum.com/member.php...o&userid=37189
View this thread: http://www.excelforum.com/showthread...hreadid=568967

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
Creating a Custom Excel Function to Calculate Gini Coefficients [email protected] Excel Worksheet Functions 3 February 21st 06 10:15 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


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