#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 460
Default Math Function?

What function would I use in cell U207 to take cell S207 multiplied by -1 and
add it to cell T207
--
Thank you!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Math Function?

=-S207+T207

If this post helps click Yes
---------------
Jacob Skaria


"Doug" wrote:

What function would I use in cell U207 to take cell S207 multiplied by -1 and
add it to cell T207
--
Thank you!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Math Function?

=t207-s207

or with minor checking...
=if(count(s207:t207)<2,"not enough numbers!",t207-s207)
or make the cell look empty
=if(count(s207:t207)<2,"",t207-s207)

Doug wrote:

What function would I use in cell U207 to take cell S207 multiplied by -1 and
add it to cell T207
--
Thank you!


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Math Function?

Try this:

=SUM(-S207,T207)

--
Biff
Microsoft Excel MVP


"Doug" wrote in message
...
What function would I use in cell U207 to take cell S207 multiplied by -1
and
add it to cell T207
--
Thank you!



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Math Function?

Maybe this

=S207*-1+T207

Mike

"Doug" wrote:

What function would I use in cell U207 to take cell S207 multiplied by -1 and
add it to cell T207
--
Thank you!



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Math Function?


doug;462940 Wrote:
what function would i use in cell u207 to take cell s207 multiplied by
-1 and
add it to cell t207
--
thank you!

=(s207*-1)+t207


--
p45cal

*p45cal*
------------------------------------------------------------------------
p45cal's Profile: http://www.thecodecage.com/forumz/member.php?userid=558
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=128027

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
+ or - as text, not math function MLM Excel Worksheet Functions 3 November 6th 08 07:22 AM
What is the math behind array function yshridhar Excel Discussion (Misc queries) 2 December 7th 07 10:44 AM
any function good for statistics or math please been dribbled to 2007 Excel Worksheet Functions 0 January 1st 07 10:50 PM
Math Function Curtis Excel Discussion (Misc queries) 2 July 28th 06 04:24 AM
Need help with math Function wytedragn Excel Worksheet Functions 2 June 29th 06 10:51 PM


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