Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-24-2008, 06:20 PM
BK
 
Posts: n/a
Extend Formula not working

Using Excel 2003 and have put a check mark next to the box to "extend data
range formats and formulas." I then began entering data and created a
formula in Column E that calculates a running balance based on whatever is
entered in the row. When I first built the worksheet, I copied the formula
that I entered in Row 3 down four more rows and filled in those four
additional rows with current data.

Now that I have gone back to that worksheet to enter new data in the next
row, but the formula does not seem to automatically extend to the new row.
I entered data in the row and whether I tab to Column E or arrow over to
Column E, my new balance does not appear. I thought the formula was
supposed to automatically extend to the new row of data.

What step did I miss?


Reply With Quote
  #2 (permalink)  
Old 05-24-2008, 08:48 PM
Gord Dibben
 
Posts: n/a
Re: Extend Formula not working

This works.

In E1 enter =SUM(A1:D1)

Copy down at least 3 rows so you have 4 rows in total with the formula.

Enter data in A5:D5 and the formula in E1 will "extend"

Data must be entered in all 4 columns A:D in order for the formula to extend.


Gord Dibben MS Excel MVP

On Sat, 24 May 2008 12:20:13 -0500, "BK" <nospam@nospam.com> wrote:

>Using Excel 2003 and have put a check mark next to the box to "extend data
>range formats and formulas." I then began entering data and created a
>formula in Column E that calculates a running balance based on whatever is
>entered in the row. When I first built the worksheet, I copied the formula
>that I entered in Row 3 down four more rows and filled in those four
>additional rows with current data.
>
>Now that I have gone back to that worksheet to enter new data in the next
>row, but the formula does not seem to automatically extend to the new row.
>I entered data in the row and whether I tab to Column E or arrow over to
>Column E, my new balance does not appear. I thought the formula was
>supposed to automatically extend to the new row of data.
>
>What step did I miss?
>


Reply With Quote
  #3 (permalink)  
Old 05-24-2008, 09:17 PM
Shane Devenshire
 
Posts: n/a
Re: Extend Formula not working

Hi BK,

FYI - from the help system:

Extend list formats and formulas Select to automatically format new items
added to the end of a list to match the format of the rest of the list.
Formulas that are repeated in every row are also copied. To be extended,
formats and formulas must appear in at least three of the five last rows
preceding the new row.

Cheers,
Shane Devenshire
Microsoft Excel MVP

"BK" <nospam@nospam.com> wrote in message
news:#uy8tJcvIHA.548@TK2MSFTNGP06.phx.gbl...
> Using Excel 2003 and have put a check mark next to the box to "extend data
> range formats and formulas." I then began entering data and created a
> formula in Column E that calculates a running balance based on whatever is
> entered in the row. When I first built the worksheet, I copied the
> formula that I entered in Row 3 down four more rows and filled in those
> four additional rows with current data.
>
> Now that I have gone back to that worksheet to enter new data in the next
> row, but the formula does not seem to automatically extend to the new row.
> I entered data in the row and whether I tab to Column E or arrow over to
> Column E, my new balance does not appear. I thought the formula was
> supposed to automatically extend to the new row of data.
>
> What step did I miss?
>

Reply With Quote
  #4 (permalink)  
Old 05-24-2008, 10:33 PM
BK
 
Posts: n/a
Re: Extend Formula not working

I read that same information in the help, so I copied my original formula
down four rows when I first entered it. Now today when I added a new row
of data, that formula in Column E did not calculate anything at the end of
the new row of information.



"Shane Devenshire" <shanedevenshire@sbcglobal.net> wrote in message
news:On921sdvIHA.516@TK2MSFTNGP04.phx.gbl...
> Hi BK,
>
> FYI - from the help system:
>
> Extend list formats and formulas Select to automatically format new items
> added to the end of a list to match the format of the rest of the list.
> Formulas that are repeated in every row are also copied. To be extended,
> formats and formulas must appear in at least three of the five last rows
> preceding the new row.
>
> Cheers,
> Shane Devenshire
> Microsoft Excel MVP
>
> "BK" <nospam@nospam.com> wrote in message
> news:#uy8tJcvIHA.548@TK2MSFTNGP06.phx.gbl...
>> Using Excel 2003 and have put a check mark next to the box to "extend
>> data range formats and formulas." I then began entering data and created
>> a formula in Column E that calculates a running balance based on whatever
>> is entered in the row. When I first built the worksheet, I copied the
>> formula that I entered in Row 3 down four more rows and filled in those
>> four additional rows with current data.
>>
>> Now that I have gone back to that worksheet to enter new data in the next
>> row, but the formula does not seem to automatically extend to the new
>> row. I entered data in the row and whether I tab to Column E or arrow
>> over to Column E, my new balance does not appear. I thought the formula
>> was supposed to automatically extend to the new row of data.
>>
>> What step did I miss?
>>



Reply With Quote
  #5 (permalink)  
Old 05-24-2008, 10:34 PM
BK
 
Posts: n/a
Re: Extend Formula not working

This is a simple check register for my children. Column A is a date.
Column B is the payee name. Column C is the description of what the
payment is for. Column D is the amount. Column E is the running
total of the balance. So in Row 3 I entered =E2-D2. I copied that
formula down four rows to be able to enter current information. When
we went back in today to enter a new expenditure, the running balance
cell in Column E did not update.


"Gord Dibben" <gorddibbATshawDOTca> wrote in message
news:7srg3415d39435ufblduujqitvvqp77ge5@4ax.com...
> This works.
>
> In E1 enter =SUM(A1:D1)
>
> Copy down at least 3 rows so you have 4 rows in total with the formula.
>
> Enter data in A5:D5 and the formula in E1 will "extend"
>
> Data must be entered in all 4 columns A:D in order for the formula to
> extend.
>
>
> Gord Dibben MS Excel MVP
>
> On Sat, 24 May 2008 12:20:13 -0500, "BK" <nospam@nospam.com> wrote:
>
>>Using Excel 2003 and have put a check mark next to the box to "extend data
>>range formats and formulas." I then began entering data and created a
>>formula in Column E that calculates a running balance based on whatever is
>>entered in the row. When I first built the worksheet, I copied the
>>formula
>>that I entered in Row 3 down four more rows and filled in those four
>>additional rows with current data.
>>
>>Now that I have gone back to that worksheet to enter new data in the next
>>row, but the formula does not seem to automatically extend to the new row.
>>I entered data in the row and whether I tab to Column E or arrow over to
>>Column E, my new balance does not appear. I thought the formula was
>>supposed to automatically extend to the new row of data.
>>
>>What step did I miss?
>>

>



Reply With Quote
  #6 (permalink)  
Old 05-25-2008, 12:27 AM
Bernard Liengme
 
Posts: n/a
Re: Extend Formula not working

It can be switched on/off in Excel Options
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"BK" <nospam@nospam.com> wrote in message
news:eMzshXevIHA.5584@TK2MSFTNGP02.phx.gbl...
>I read that same information in the help, so I copied my original formula
>down four rows when I first entered it. Now today when I added a new row
>of data, that formula in Column E did not calculate anything at the end of
>the new row of information.
>
>
>
> "Shane Devenshire" <shanedevenshire@sbcglobal.net> wrote in message
> news:On921sdvIHA.516@TK2MSFTNGP04.phx.gbl...
>> Hi BK,
>>
>> FYI - from the help system:
>>
>> Extend list formats and formulas Select to automatically format new items
>> added to the end of a list to match the format of the rest of the list.
>> Formulas that are repeated in every row are also copied. To be extended,
>> formats and formulas must appear in at least three of the five last rows
>> preceding the new row.
>>
>> Cheers,
>> Shane Devenshire
>> Microsoft Excel MVP
>>
>> "BK" <nospam@nospam.com> wrote in message
>> news:#uy8tJcvIHA.548@TK2MSFTNGP06.phx.gbl...
>>> Using Excel 2003 and have put a check mark next to the box to "extend
>>> data range formats and formulas." I then began entering data and
>>> created a formula in Column E that calculates a running balance based on
>>> whatever is entered in the row. When I first built the worksheet, I
>>> copied the formula that I entered in Row 3 down four more rows and
>>> filled in those four additional rows with current data.
>>>
>>> Now that I have gone back to that worksheet to enter new data in the
>>> next row, but the formula does not seem to automatically extend to the
>>> new row. I entered data in the row and whether I tab to Column E or
>>> arrow over to Column E, my new balance does not appear. I thought the
>>> formula was supposed to automatically extend to the new row of data.
>>>
>>> What step did I miss?
>>>

>
>



Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:17 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Share Prices | Current Accounts | Debt Help | Credit Card | Jigsaw



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114