Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Row formula help please

Hi, I need a formula that will add all figures in a row except zero or blank
cells and then minus that figure from another cell figure - does anyone know
how to do that please? thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Row formula help please

On Sun, 23 Dec 2007 05:15:01 -0800, piggin76
wrote:

Hi, I need a formula that will add all figures in a row except zero or blank
cells and then minus that figure from another cell figure - does anyone know
how to do that please? thanks



=a2-row(1:1)


--ron
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Row formula help please

Thanks Ron, but that just minuses the row number from the cell figure rather
than adding the row contents together then minusing it from the cell figure

"Ron Rosenfeld" wrote:

On Sun, 23 Dec 2007 05:15:01 -0800, piggin76
wrote:

Hi, I need a formula that will add all figures in a row except zero or blank
cells and then minus that figure from another cell figure - does anyone know
how to do that please? thanks



=a2-row(1:1)


--ron

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Row formula help please

managed to work it out - if anyone else needs it

=a2-(sum(c2:m2))
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Row formula help please

On Sun, 23 Dec 2007 05:39:01 -0800, piggin76
wrote:

Thanks Ron, but that just minuses the row number from the cell figure rather
than adding the row contents together then minusing it from the cell figure

"Ron Rosenfeld" wrote:

On Sun, 23 Dec 2007 05:15:01 -0800, piggin76
wrote:

Hi, I need a formula that will add all figures in a row except zero or blank
cells and then minus that figure from another cell figure - does anyone know
how to do that please? thanks



=a2-row(1:1)


--ron


You're correct. Typo Alert:

Should have been:

=a2-sum(row(1:1))



--ron


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Row formula help please

Also:
=A2-Sum(1:1)
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Ron Rosenfeld" wrote in message
...
On Sun, 23 Dec 2007 05:39:01 -0800, piggin76
wrote:

Thanks Ron, but that just minuses the row number from the cell figure

rather
than adding the row contents together then minusing it from the cell

figure

"Ron Rosenfeld" wrote:

On Sun, 23 Dec 2007 05:15:01 -0800, piggin76
wrote:

Hi, I need a formula that will add all figures in a row except zero or

blank
cells and then minus that figure from another cell figure - does

anyone know
how to do that please? thanks


=a2-row(1:1)


--ron


You're correct. Typo Alert:

Should have been:

=a2-sum(row(1:1))



--ron


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Row formula help please

On Sun, 23 Dec 2007 08:28:22 -0800, "Ragdyer" wrote:

Also:
=A2-Sum(1:1)
--
Regards,

RD


I really should stop posting without testing :-((
--ron
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



All times are GMT +1. The time now is 05:48 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"