#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default SIMPLE SUMIF:

I Just need to make a SIMPLE sumif.
100 90 cut fill

if the difference between cell 1 and 2 if less then 0, then put it in cell
3, if not leave it blank

if the difference between cell 1 and 2 if greater then 0, then put it in
cell 4, if not leave it blank.

help!
--
live long and prosper
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default SIMPLE SUMIF:

In cell 3
IF((A1-A2)<0,A1-A2,"")

In cell 4
IF((A1-A2)0,A1-A2,"")

"REPorter" wrote:

I Just need to make a SIMPLE sumif.
100 90 cut fill

if the difference between cell 1 and 2 if less then 0, then put it in cell
3, if not leave it blank

if the difference between cell 1 and 2 if greater then 0, then put it in
cell 4, if not leave it blank.

help!
--
live long and prosper

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default SIMPLE SUMIF:

Assuming cell 3 is actually C1, then try this:

=IF(A1-B1<0,A1-B1,"")

and put this in D1:

=IF(A1-B10,A1-B1,"")

If A1 is the same as B1 (so the difference is zero), then both cells
will appear blank.

Hope this helps.

Pete

On Oct 30, 6:53*pm, REPorter
wrote:
I Just need to make a SIMPLE sumif.
100 * *90 * * *cut * * * *fill

if the difference between cell 1 and 2 if less then 0, then put it in cell
3, if not leave it blank

if the difference between cell 1 and 2 if greater then 0, then put it in
cell 4, if not leave it blank.

help!
--
live long and prosper


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
Simple SUMIF Question John Kotuby Excel Discussion (Misc queries) 3 April 4th 08 09:07 PM
Simple SumIF Question? RoadKill Excel Worksheet Functions 2 February 29th 08 06:27 PM
Simple SUMIF, I think... steph Excel Worksheet Functions 7 June 15th 06 06:33 PM
SUMIF - really simple, but beats me - help! KDD Excel Discussion (Misc queries) 4 August 27th 05 02:43 PM
this may be simple, sumif question jim sturtz Excel Worksheet Functions 3 August 22nd 05 03:11 PM


All times are GMT +1. The time now is 11:34 PM.

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"