Could someone please help me figure out how to complete this
formula? So far all I have is this formula I want to enter
into cell B34 of my Excel 2000 spreadsheet:
=IF(SUM(B91:B116) > (B30-B26),,)
If the above formula statement is TRUE I need to put the
dollar amount being calculated from (SUM(B91:B116) into
cell B34 before it becomes greater than the amount
calculated from cells (B30-B26).
For example if the dollar amount calculated from cells
(B30-B26) equals $600.00 and the dollar amount being
calculated from (SUM(B91:B116) is $600.01 the dollar amount
in B34 would reflect $600.00.
If the above formula statement is FALSE I would like cell
B34 to just continue reflecting the amount being calculated
from (SUM(B91:B116).
TIA,
buda
--
Don Guillett
SalesAid Software
Granite Shoals, TX
don...@281.com
"buda" <bu...@umn.edu> wrote in message news:3D4193BE...@umn.edu...
HTH
Jason
Atlanta, GA
>.
>
Thx!
--
Don Guillett
SalesAid Software
Granite Shoals, TX
don...@281.com
"buda" <bu...@umn.edu> wrote in message news:3D419CDE...@umn.edu...
You may be much better at Excel than him, but showing patience and
leading him in the right direction would not only help him solve his
issue, but would make you look like a smarter guy by displaying your
teaching skills.
=MIN(B30-B26,SUM(B91:B116))
--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html
Good day!!
--
Don Guillett
SalesAid Software
Granite Shoals, TX
don...@281.com
"Daniel Wheeler" <daniel....@big-baseball.com> wrote in message
news:3D419E5A...@big-baseball.com...
> > =if(cond1>cond2,cond2,cond1)
Have a nice weekend.
--
Don Guillett
SalesAid Software
Granite Shoals, TX
don...@281.com
"buda" <bu...@umn.edu> wrote in message news:3D41A3DA...@umn.edu...
Good day!!
it sounds dumb but as i type formulas i say them as a sentance...
works great for me.....
"if the sum of b91 through b116 is greater than b30 less b26,reflect
the sum of b91 through b116 OTHERWISE reflect b30 less b26.
if formulas are always formatted as (ARGUMENT,TRUE REFLECTION, FALSE
REFLECTION)
good luck
adam
buda <bu...@umn.edu> wrote in message news:<3D4193BE...@umn.edu>...
=MIN(SUM(B91:B116),B30-B26))
For selecting maximum of above two use MAX function instead.
Trust this helps
Nimish