Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
sbigelow
 
Posts: n/a
Default When value is NOT Null


I started a formula that I thought was fairly simple. However, I cant
seem to make it work.

Basically, I have a spreadsheet that gives me the rate of return on my
investment. Each day I enter the value of my investment in the cell
below the previous days value. So the formula would look like this:
(C226-C35)/C35
The problem is I have to change the row reference (C226) to the cell
containing the new value (say C227) each day (I dont like doing that).


Is there a way to have my formula automatically update to the newly
added value each day?


--
sbigelow
------------------------------------------------------------------------
sbigelow's Profile: http://www.excelforum.com/member.php...o&userid=27906
View this thread: http://www.excelforum.com/showthread...hreadid=474043

  #2   Report Post  
Mangesh Yadav
 
Posts: n/a
Default

Use:

=(OFFSET(C34,COUNT(C34:C10000),0)-C35)/C35

remember, there should be nothing in the column C34 onwards, only the prices
should be there.

Mangesh


"sbigelow" wrote in
message ...

I started a formula that I thought was fairly simple. However, I cant
seem to make it work.

Basically, I have a spreadsheet that gives me the rate of return on my
investment. Each day I enter the value of my investment in the cell
below the previous days value. So the formula would look like this:
(C226-C35)/C35
The problem is I have to change the row reference (C226) to the cell
containing the new value (say C227) each day (I dont like doing that).


Is there a way to have my formula automatically update to the newly
added value each day?


--
sbigelow
------------------------------------------------------------------------
sbigelow's Profile:

http://www.excelforum.com/member.php...o&userid=27906
View this thread: http://www.excelforum.com/showthread...hreadid=474043



  #3   Report Post  
Mangesh Yadav
 
Posts: n/a
Default

Sorry, make it:

=(OFFSET(C34,COUNT(C35:C10000),0)-C35)/C35

Mangesh



"Mangesh Yadav" wrote in message
...
Use:

=(OFFSET(C34,COUNT(C34:C10000),0)-C35)/C35

remember, there should be nothing in the column C34 onwards, only the

prices
should be there.

Mangesh


"sbigelow" wrote

in
message ...

I started a formula that I thought was fairly simple. However, I cant
seem to make it work.

Basically, I have a spreadsheet that gives me the rate of return on my
investment. Each day I enter the value of my investment in the cell
below the previous days value. So the formula would look like this:
(C226-C35)/C35
The problem is I have to change the row reference (C226) to the cell
containing the new value (say C227) each day (I dont like doing that).


Is there a way to have my formula automatically update to the newly
added value each day?


--
sbigelow
------------------------------------------------------------------------
sbigelow's Profile:

http://www.excelforum.com/member.php...o&userid=27906
View this thread:

http://www.excelforum.com/showthread...hreadid=474043





  #4   Report Post  
Faz
 
Posts: n/a
Default


Yes there is a way, i just figured out how to do it myself!

If you have an equation that sums an entire column like =SUM(A1:A50)
and you need it to keep updating, just insert a row within the range of
rows 1 to 50, and the formula will automatically update to =SUM(A1:A51)


--
Faz
------------------------------------------------------------------------
Faz's Profile: http://www.excelforum.com/member.php...o&userid=27830
View this thread: http://www.excelforum.com/showthread...hreadid=474043

  #5   Report Post  
Mangesh Yadav
 
Posts: n/a
Default

Faz,

the OP will be simply entering the new value at the end of the column, and
not inserting a new row everytime.

Mangesh




"Faz" wrote in message
...

Yes there is a way, i just figured out how to do it myself!

If you have an equation that sums an entire column like =SUM(A1:A50)
and you need it to keep updating, just insert a row within the range of
rows 1 to 50, and the formula will automatically update to =SUM(A1:A51)


--
Faz
------------------------------------------------------------------------
Faz's Profile:

http://www.excelforum.com/member.php...o&userid=27830
View this thread: http://www.excelforum.com/showthread...hreadid=474043



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
Preventing NULL showing as 0 on a pivot chart using Office Web Component. lk Charts and Charting in Excel 1 September 13th 05 01:00 PM
Null points in a line chart rmellison Excel Discussion (Misc queries) 1 September 7th 05 01:21 AM
Multipying columns that contail null values ChuckW Excel Discussion (Misc queries) 1 September 7th 05 01:13 AM
Charting should not plot NULL as a zero mrbella Charts and Charting in Excel 1 February 8th 05 12:36 AM
how to enter a null cell value in a formula Using formulas to enter NULL cell values Excel Worksheet Functions 5 December 16th 04 03:29 AM


All times are GMT +1. The time now is 08:06 AM.

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"