#1   Report Post  
Bruce D.
 
Posts: n/a
Default Cell Calcuations

I need help. I can't quite grasp writing formulas in Excel yet. I am trying
to find the lowest dollar amount between cells A1,B1,C1 and then add that to
cell D1 with the total in cell E1. Any info would be greatly appreciated!!!!
Thanks,
Bruce D.
--
Bruce DiPaola
  #2   Report Post  
Michael Malinsky
 
Posts: n/a
Default

=min(A1:C1)+D1

"Bruce D." wrote in message
...
I need help. I can't quite grasp writing formulas in Excel yet. I am

trying
to find the lowest dollar amount between cells A1,B1,C1 and then add that

to
cell D1 with the total in cell E1. Any info would be greatly

appreciated!!!!
Thanks,
Bruce D.
--
Bruce DiPaola



  #3   Report Post  
Ben Hawkins
 
Posts: n/a
Default

The formula you need in E1 is =D1+MIN(A1:C1) - adds D1 to the lowest value
in range specified by the MIN function.

"Bruce D." wrote in message
...
I need help. I can't quite grasp writing formulas in Excel yet. I am

trying
to find the lowest dollar amount between cells A1,B1,C1 and then add that

to
cell D1 with the total in cell E1. Any info would be greatly

appreciated!!!!
Thanks,
Bruce D.
--
Bruce DiPaola



  #4   Report Post  
Harald Staff
 
Posts: n/a
Default

Hi Bruce

It works like this:
A cell can contain a value (number or text) OR a formula. If a cell contains
a formula, than all that thing can do is to calculate a result and display
it in this very cell. A formula can not do other things, like pushing
results to other cells, change colors, order pizza, ...

So if I understand this; you need a formula in E1 because you want the final
result there. It should looke like
=MIN(A1,B1,C1)+D1
and do pretty much what you describe I think. (Note that it treats an empty
cell as a zero dollar amount, post back if that's a problem.)

HTH. Best wishes Harald


"Bruce D." skrev i melding
...
I need help. I can't quite grasp writing formulas in Excel yet. I am

trying
to find the lowest dollar amount between cells A1,B1,C1 and then add that

to
cell D1 with the total in cell E1. Any info would be greatly

appreciated!!!!
Thanks,
Bruce D.
--
Bruce DiPaola



  #5   Report Post  
 
Posts: n/a
Default

Hi

Try something like:
=MIN(A1,B1,C1)+D1
in cell E1

--
Andy.


"Bruce D." wrote in message
...
I need help. I can't quite grasp writing formulas in Excel yet. I am
trying
to find the lowest dollar amount between cells A1,B1,C1 and then add that
to
cell D1 with the total in cell E1. Any info would be greatly
appreciated!!!!
Thanks,
Bruce D.
--
Bruce DiPaola





  #6   Report Post  
Jason Morin
 
Posts: n/a
Default

Confusing. Maybe:

D1:

=MIN(A1:C1)

E1:

=SUM(A1:C1)

HTH
Jason
Atlanta, GA

-----Original Message-----
I need help. I can't quite grasp writing formulas in

Excel yet. I am trying
to find the lowest dollar amount between cells A1,B1,C1

and then add that to
cell D1 with the total in cell E1. Any info would be

greatly appreciated!!!!
Thanks,
Bruce D.
--
Bruce DiPaola
.

  #7   Report Post  
Diane Alsing
 
Posts: n/a
Default

Type in cell E1
=MIN(A1:C1)+D1

"Bruce D." wrote:

I need help. I can't quite grasp writing formulas in Excel yet. I am trying
to find the lowest dollar amount between cells A1,B1,C1 and then add that to
cell D1 with the total in cell E1. Any info would be greatly appreciated!!!!
Thanks,
Bruce D.
--
Bruce DiPaola

  #8   Report Post  
Bruce D.
 
Posts: n/a
Default

Thanks Diane and Michael!!!!!

"Diane Alsing" wrote:

Type in cell E1
=MIN(A1:C1)+D1

"Bruce D." wrote:

I need help. I can't quite grasp writing formulas in Excel yet. I am trying
to find the lowest dollar amount between cells A1,B1,C1 and then add that to
cell D1 with the total in cell E1. Any info would be greatly appreciated!!!!
Thanks,
Bruce D.
--
Bruce DiPaola

  #9   Report Post  
Bruce D.
 
Posts: n/a
Default

Thanks to everyone who responded...

"Jason Morin" wrote:

Confusing. Maybe:

D1:

=MIN(A1:C1)

E1:

=SUM(A1:C1)

HTH
Jason
Atlanta, GA

-----Original Message-----
I need help. I can't quite grasp writing formulas in

Excel yet. I am trying
to find the lowest dollar amount between cells A1,B1,C1

and then add that to
cell D1 with the total in cell E1. Any info would be

greatly appreciated!!!!
Thanks,
Bruce D.
--
Bruce DiPaola
.


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
Maintaining cell reference after sorting GRITS Excel Discussion (Misc queries) 2 April 30th 23 07:42 PM
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 02:06 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


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