Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What function would I use in cell U207 to take cell S207 multiplied by -1 and
add it to cell T207 -- Thank you! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=-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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
+ or - as text, not math function | Excel Worksheet Functions | |||
What is the math behind array function | Excel Discussion (Misc queries) | |||
any function good for statistics or math please | Excel Worksheet Functions | |||
Math Function | Excel Discussion (Misc queries) | |||
Need help with math Function | Excel Worksheet Functions |