Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Moh Moh is offline
external usenet poster
 
Posts: 58
Default Show last total figure

I have a list in column f, which gives me totals from columns d and e. From
rows 9 to 1095 constantly. This is all good.

But does anyone know how to bring up the last total in column f.
e.g (cell f1096) should give me the last total from f9 to f1095.

column d column e column f
9 5 6 -1
10 6 3 2
11 1 1 2
12 2 1 3
13 6 12 -3
14
...
...
1096

As the last total is in f13, that total should appear in f1096 and when i
enter the next total in f14 that should automatically appear in f1096 instead
of f13.

can anyone help? its just a formula i need to enter in f1096
--

--
please can you help... its urgent
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,501
Default Show last total figure

Try this in F1096

=INDEX($F$1:$F$1095,LARGE(IF($F$1:$F$1095<"",ROW( $F$1:$F$1095)),1),1)

It's an array so enter with Ctrl+Shift+enter

Mike

"Moh" wrote:

I have a list in column f, which gives me totals from columns d and e. From
rows 9 to 1095 constantly. This is all good.

But does anyone know how to bring up the last total in column f.
e.g (cell f1096) should give me the last total from f9 to f1095.

column d column e column f
9 5 6 -1
10 6 3 2
11 1 1 2
12 2 1 3
13 6 12 -3
14
..
..
1096

As the last total is in f13, that total should appear in f1096 and when i
enter the next total in f14 that should automatically appear in f1096 instead
of f13.

can anyone help? its just a formula i need to enter in f1096
--

--
please can you help... its urgent

  #3   Report Post  
Posted to microsoft.public.excel.newusers
Moh Moh is offline
external usenet poster
 
Posts: 58
Default Show last total figure

not helping it gives me the following answer #VALUE!

Anything we might have missed out?
--
please can you help... its urgent


"Mike H" wrote:

Try this in F1096

=INDEX($F$1:$F$1095,LARGE(IF($F$1:$F$1095<"",ROW( $F$1:$F$1095)),1),1)

It's an array so enter with Ctrl+Shift+enter

Mike

"Moh" wrote:

I have a list in column f, which gives me totals from columns d and e. From
rows 9 to 1095 constantly. This is all good.

But does anyone know how to bring up the last total in column f.
e.g (cell f1096) should give me the last total from f9 to f1095.

column d column e column f
9 5 6 -1
10 6 3 2
11 1 1 2
12 2 1 3
13 6 12 -3
14
..
..
1096

As the last total is in f13, that total should appear in f1096 and when i
enter the next total in f14 that should automatically appear in f1096 instead
of f13.

can anyone help? its just a formula i need to enter in f1096
--

--
please can you help... its urgent

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,501
Default Show last total figure

It's giving #VALUE! because you haven't entered it as an array formula

Paste the formula into a cell then hit CTRL+Shift+Enter.

Mike

"Moh" wrote:

not helping it gives me the following answer #VALUE!

Anything we might have missed out?
--
please can you help... its urgent


"Mike H" wrote:

Try this in F1096

=INDEX($F$1:$F$1095,LARGE(IF($F$1:$F$1095<"",ROW( $F$1:$F$1095)),1),1)

It's an array so enter with Ctrl+Shift+enter

Mike

"Moh" wrote:

I have a list in column f, which gives me totals from columns d and e. From
rows 9 to 1095 constantly. This is all good.

But does anyone know how to bring up the last total in column f.
e.g (cell f1096) should give me the last total from f9 to f1095.

column d column e column f
9 5 6 -1
10 6 3 2
11 1 1 2
12 2 1 3
13 6 12 -3
14
..
..
1096

As the last total is in f13, that total should appear in f1096 and when i
enter the next total in f14 that should automatically appear in f1096 instead
of f13.

can anyone help? its just a formula i need to enter in f1096
--

--
please can you help... its urgent

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,501
Default Show last total figure

In addition ensure the cursor is in the formula bar when you hit Ctrl+Shift
+Enter and Excel wil add curly brackets {} around the formula. Note you can't
add these brackets manually.

"Mike H" wrote:

It's giving #VALUE! because you haven't entered it as an array formula

Paste the formula into a cell then hit CTRL+Shift+Enter.

Mike

"Moh" wrote:

not helping it gives me the following answer #VALUE!

Anything we might have missed out?
--
please can you help... its urgent


"Mike H" wrote:

Try this in F1096

=INDEX($F$1:$F$1095,LARGE(IF($F$1:$F$1095<"",ROW( $F$1:$F$1095)),1),1)

It's an array so enter with Ctrl+Shift+enter

Mike

"Moh" wrote:

I have a list in column f, which gives me totals from columns d and e. From
rows 9 to 1095 constantly. This is all good.

But does anyone know how to bring up the last total in column f.
e.g (cell f1096) should give me the last total from f9 to f1095.

column d column e column f
9 5 6 -1
10 6 3 2
11 1 1 2
12 2 1 3
13 6 12 -3
14
..
..
1096

As the last total is in f13, that total should appear in f1096 and when i
enter the next total in f14 that should automatically appear in f1096 instead
of f13.

can anyone help? its just a formula i need to enter in f1096
--

--
please can you help... its urgent



  #6   Report Post  
Posted to microsoft.public.excel.newusers
Moh Moh is offline
external usenet poster
 
Posts: 58
Default Show last total figure

DONE THAT MIKE.... STILL SAME PROBLEM...

I NOTICED THAT IT'S ADD THIS { } TO THE FORMULA AFTER HITTING CRTL-SHIFT
AND ENTER

can you please help further?
--
please can you help... its urgent


"Mike H" wrote:

It's giving #VALUE! because you haven't entered it as an array formula

Paste the formula into a cell then hit CTRL+Shift+Enter.

Mike

"Moh" wrote:

not helping it gives me the following answer #VALUE!

Anything we might have missed out?
--
please can you help... its urgent


"Mike H" wrote:

Try this in F1096

=INDEX($F$1:$F$1095,LARGE(IF($F$1:$F$1095<"",ROW( $F$1:$F$1095)),1),1)

It's an array so enter with Ctrl+Shift+enter

Mike

"Moh" wrote:

I have a list in column f, which gives me totals from columns d and e. From
rows 9 to 1095 constantly. This is all good.

But does anyone know how to bring up the last total in column f.
e.g (cell f1096) should give me the last total from f9 to f1095.

column d column e column f
9 5 6 -1
10 6 3 2
11 1 1 2
12 2 1 3
13 6 12 -3
14
..
..
1096

As the last total is in f13, that total should appear in f1096 and when i
enter the next total in f14 that should automatically appear in f1096 instead
of f13.

can anyone help? its just a formula i need to enter in f1096
--

--
please can you help... its urgent

  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 10,593
Default Show last total figure

=LOOKUP(2,1/(F1:F1095<""),F1:F1095)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Moh" wrote in message
...
I have a list in column f, which gives me totals from columns d and e. From
rows 9 to 1095 constantly. This is all good.

But does anyone know how to bring up the last total in column f.
e.g (cell f1096) should give me the last total from f9 to f1095.

column d column e column f
9 5 6 -1
10 6 3 2
11 1 1 2
12 2 1 3
13 6 12 -3
14
..
..
1096

As the last total is in f13, that total should appear in f1096 and when i
enter the next total in f14 that should automatically appear in f1096
instead
of f13.

can anyone help? its just a formula i need to enter in f1096
--

--
please can you help... its urgent



  #8   Report Post  
Posted to microsoft.public.excel.newusers
Moh Moh is offline
external usenet poster
 
Posts: 58
Default Show last total figure

Bob thank you so much

thank you
thank you


IT WORKED !!!!!!!!!!

it sounds like you know your stuff very well...

Mike thanks for your help too most appreciated.
--
please can you help... its urgent


"Bob Phillips" wrote:

=LOOKUP(2,1/(F1:F1095<""),F1:F1095)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Moh" wrote in message
...
I have a list in column f, which gives me totals from columns d and e. From
rows 9 to 1095 constantly. This is all good.

But does anyone know how to bring up the last total in column f.
e.g (cell f1096) should give me the last total from f9 to f1095.

column d column e column f
9 5 6 -1
10 6 3 2
11 1 1 2
12 2 1 3
13 6 12 -3
14
..
..
1096

As the last total is in f13, that total should appear in f1096 and when i
enter the next total in f14 that should automatically appear in f1096
instead
of f13.

can anyone help? its just a formula i need to enter in f1096
--

--
please can you help... its urgent




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 calculate 20% of a total figure resident Excel Worksheet Functions 3 April 2nd 23 08:11 PM
HOW DO I COPY A TOTAL FIGURE FROM 1 SHEET TO NEXT ADDING RUNNING T SANDRA Excel Worksheet Functions 0 October 8th 07 01:27 PM
How do I figure out a pre-tax amount when I know the final total? amk005 Excel Worksheet Functions 4 May 27th 06 11:14 PM
HOW DO WE SET A FORMULA TO FIGURE A YEAR TO DATE TOTAL ?? RAY Excel Worksheet Functions 2 September 5th 05 01:56 PM
HOW DO WE SET A FORMULA TO FIGURE A YEAR TO DATE TOTAL ?? RAY Excel Worksheet Functions 1 September 4th 05 09:37 PM


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