![]() |
addition, subtraction in a single cell formula
I need help updating a single cell formula.
G4 has a formula of *=12500-A7 I would like to update this so that A7, A8, A9 are added together then subtracted from 12500. Any help would be greatly appreciated. mePenny |
addition, subtraction in a single cell formula
=12500-SUM(A7:A9)
OR =12500 - A7 - A8 - A9 OR 12500 - (A7 + A8 + A9) best wishes -- Bernard Liengme http://people.stfx.ca/bliengme Microsoft Excel MVP "mePenny" wrote in message ... I need help updating a single cell formula. G4 has a formula of *=12500-A7 I would like to update this so that A7, A8, A9 are added together then subtracted from 12500. Any help would be greatly appreciated. mePenny |
addition, subtraction in a single cell formula
Try
=12500-SUM(A7:A9) If this post helps click Yes --------------- Jacob Skaria "mePenny" wrote: I need help updating a single cell formula. G4 has a formula of *=12500-A7 I would like to update this so that A7, A8, A9 are added together then subtracted from 12500. Any help would be greatly appreciated. mePenny |
addition, subtraction in a single cell formula
Jacob, Thank you very much that did work!!
mePenny "Jacob Skaria" wrote: Try =12500-SUM(A7:A9) If this post helps click Yes --------------- Jacob Skaria "mePenny" wrote: I need help updating a single cell formula. G4 has a formula of *=12500-A7 I would like to update this so that A7, A8, A9 are added together then subtracted from 12500. Any help would be greatly appreciated. mePenny |
addition, subtraction in a single cell formula
Bernard,
Thank you for all your help!! it works!~!!! "Bernard Liengme" wrote: =12500-SUM(A7:A9) OR =12500 - A7 - A8 - A9 OR 12500 - (A7 + A8 + A9) best wishes -- Bernard Liengme http://people.stfx.ca/bliengme Microsoft Excel MVP "mePenny" wrote in message ... I need help updating a single cell formula. G4 has a formula of *=12500-A7 I would like to update this so that A7, A8, A9 are added together then subtracted from 12500. Any help would be greatly appreciated. mePenny . |
All times are GMT +1. The time now is 07:07 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com