View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default what is this formula?

The formula adds Y24 and Y26 together, then divides by Y25, and finally
multiplies the result by -1.
--
David Biddulph

wrote in message
...
I don't understand what this is doing in a Spreadsheet I'm working in.
Can someone explain it to me?

=(Y24+Y26)/Y25*-1
the numbers in the cells represent the following.
=(6+(1))/6*-1

Thanks.