Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default need help copying the formula with a reaccurring cell in the formu

=IF((G5+J19)=G5,0,+G5+J19)

G5 needs to stay the same and cell J needs to keep adding .
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default need help copying the formula with a reaccurring cell in the formu

Your formula does not make a lot of sense. For G5+J19 to be equal to G5, if
G5 is not 0, then J19 must be 0; if G5 is 0, then J19 must also be 0
so either way, J19 must be 0 for the condition to be true. Just what are you
trying to accomplish? Remember that a formula returns a value to the cell
containing the formula - it does not change other cells.

Tyro



"T.R." wrote in message
...
=IF((G5+J19)=G5,0,+G5+J19)

G5 needs to stay the same and cell J needs to keep adding .



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default need help copying the formula with a reaccurring cell in the f

the formula works with what i have on my page, i was just wondering how to
copy the formula and paste it in the next cell below . here is an example

=IF((G5+J19)=G5,0,+G5+J19) is in one cell. when i copy and paste it
formulates to this =IF((G6+J20)=G6,0,+G6+J20)

It needs to read in the next cell =IF((G5+J20)=G5,0,+G5+J20)
how would you get the cell to copy and paste keeping the G5 and continuing
on with J20, J21, J22, and so on. I have been just re-entering the same
formula but keeping "G5" the same in the formula

"Tyro" wrote:

Your formula does not make a lot of sense. For G5+J19 to be equal to G5, if
G5 is not 0, then J19 must be 0; if G5 is 0, then J19 must also be 0
so either way, J19 must be 0 for the condition to be true. Just what are you
trying to accomplish? Remember that a formula returns a value to the cell
containing the formula - it does not change other cells.

Tyro



"T.R." wrote in message
...
=IF((G5+J19)=G5,0,+G5+J19)

G5 needs to stay the same and cell J needs to keep adding .




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default need help copying the formula with a reaccurring cell in the formu

Try this:

=IF($G$5+J19=$G$5,0,$G$5+J19)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"T.R." wrote in message
...
=IF((G5+J19)=G5,0,+G5+J19)

G5 needs to stay the same and cell J needs to keep adding .



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default need help copying the formula with a reaccurring cell in the f

You are Awesome man ! thanks alot for helping me ! that is what i needed it
to do !

"RagDyer" wrote:

Try this:

=IF($G$5+J19=$G$5,0,$G$5+J19)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"T.R." wrote in message
...
=IF((G5+J19)=G5,0,+G5+J19)

G5 needs to stay the same and cell J needs to keep adding .






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default need help copying the formula with a reaccurring cell in the formu

Or even:
=IF(J19=0,0,$G$5+J19)

or:
=($G$5+J19)*(J19<0)


RagDyer wrote:

Try this:

=IF($G$5+J19=$G$5,0,$G$5+J19)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"T.R." wrote in message
...
=IF((G5+J19)=G5,0,+G5+J19)

G5 needs to stay the same and cell J needs to keep adding .


--

Dave Peterson
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
How do I refer to a 'formula' instead of the result of that formu MES Excel Discussion (Misc queries) 4 November 7th 09 04:32 PM
manually entering data in a cell with formula w/o losing the formu MelB Excel Discussion (Misc queries) 2 October 7th 07 02:14 PM
copying formula to another cell dmack Excel Discussion (Misc queries) 4 January 11th 07 05:33 PM
linking a cell with a specific letter value to a cell with a formu tommo64 Excel Worksheet Functions 4 April 3rd 06 10:44 AM
WHEN I COPY A CELL WITH A FORMU THE RESULT IS COPIED NOT THE FORM ED W. Excel Discussion (Misc queries) 3 June 4th 05 10:01 PM


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