Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 505
Default Excel 2002: How to fill up text for like items ?

Hi,

I am working on the following table:

A B C D E
1 Item Amount Balance Status Group
2 L21 100 Full
3 L21 -60 Full
4 L21 -40 0 Full Full
5 T48 250 Part
6 T48 -50 Part
7 T48 -50 -100 Part Part
8 M64 120 Unpaid
9 M64 220 340 Unpaid Unpaid
10 K74 500 Full
11 K74 -300 Full
12 K74 -100 Full
13 K74 -100 0 Full Full
14 Q32 400 Part
15 Q32 -150 250 Part Part

Column D is the status of the item based on the balance.

May I know what formula I must input at cell E2 and copy downwards to fill
up the status for the rows with like items ?

Thanks

Low

--
A36B58K641
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 53
Default Excel 2002: How to fill up text for like items ?

do you mean D2?

Can you not just copy and paste the text?
or d3 "=d2", then copy and paste into any EMPTY cells
--
Dave Eade
EPCS Ltd
www.EPCS.me.uk



"Mr. Low" wrote:

Hi,

I am working on the following table:

A B C D E
1 Item Amount Balance Status Group
2 L21 100 Full
3 L21 -60 Full
4 L21 -40 0 Full Full
5 T48 250 Part
6 T48 -50 Part
7 T48 -50 -100 Part Part
8 M64 120 Unpaid
9 M64 220 340 Unpaid Unpaid
10 K74 500 Full
11 K74 -300 Full
12 K74 -100 Full
13 K74 -100 0 Full Full
14 Q32 400 Part
15 Q32 -150 250 Part Part

Column D is the status of the item based on the balance.

May I know what formula I must input at cell E2 and copy downwards to fill
up the status for the rows with like items ?

Thanks

Low

--
A36B58K641

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 320
Default Excel 2002: How to fill up text for like items ?

In E2, enter this formula with Ctrl+Chift+Enter, then fill down:

=OFFSET(D1,MATCH(TRUE,A2<OFFSET(A2,1,0,100,1),0), 0)

Bob Umlas
Excel MVP

"Mr. Low" wrote:

Hi,

I am working on the following table:

A B C D E
1 Item Amount Balance Status Group
2 L21 100 Full
3 L21 -60 Full
4 L21 -40 0 Full Full
5 T48 250 Part
6 T48 -50 Part
7 T48 -50 -100 Part Part
8 M64 120 Unpaid
9 M64 220 340 Unpaid Unpaid
10 K74 500 Full
11 K74 -300 Full
12 K74 -100 Full
13 K74 -100 0 Full Full
14 Q32 400 Part
15 Q32 -150 250 Part Part

Column D is the status of the item based on the balance.

May I know what formula I must input at cell E2 and copy downwards to fill
up the status for the rows with like items ?

Thanks

Low

--
A36B58K641

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 320
Default Excel 2002: How to fill up text for like items ?

make that Ctrl+Shift+Enter (!)

"Mr. Low" wrote:

Hi,

I am working on the following table:

A B C D E
1 Item Amount Balance Status Group
2 L21 100 Full
3 L21 -60 Full
4 L21 -40 0 Full Full
5 T48 250 Part
6 T48 -50 Part
7 T48 -50 -100 Part Part
8 M64 120 Unpaid
9 M64 220 340 Unpaid Unpaid
10 K74 500 Full
11 K74 -300 Full
12 K74 -100 Full
13 K74 -100 0 Full Full
14 Q32 400 Part
15 Q32 -150 250 Part Part

Column D is the status of the item based on the balance.

May I know what formula I must input at cell E2 and copy downwards to fill
up the status for the rows with like items ?

Thanks

Low

--
A36B58K641

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 505
Default Excel 2002: How to fill up text for like items ?

Hello Bob,

Many thanks for the array formula if I am not mistaken.

Best Regards,

Low

--
A36B58K641


"Bob Umlas, Excel MVP" wrote:

make that Ctrl+Shift+Enter (!)

"Mr. Low" wrote:

Hi,

I am working on the following table:

A B C D E
1 Item Amount Balance Status Group
2 L21 100 Full
3 L21 -60 Full
4 L21 -40 0 Full Full
5 T48 250 Part
6 T48 -50 Part
7 T48 -50 -100 Part Part
8 M64 120 Unpaid
9 M64 220 340 Unpaid Unpaid
10 K74 500 Full
11 K74 -300 Full
12 K74 -100 Full
13 K74 -100 0 Full Full
14 Q32 400 Part
15 Q32 -150 250 Part Part

Column D is the status of the item based on the balance.

May I know what formula I must input at cell E2 and copy downwards to fill
up the status for the rows with like items ?

Thanks

Low

--
A36B58K641

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
Excel 2002 : Can I speed fill from left to right ? Mr. Low Excel Discussion (Misc queries) 2 February 22nd 08 10:03 PM
Fill Data in Excel 2002 and 2007 Display Name Excel Worksheet Functions 1 December 4th 07 05:49 AM
Excel 2002 : Is there any speed fill formula ? Mr. Low Excel Discussion (Misc queries) 7 March 14th 07 01:23 PM
Excel 2002: How to eliminate space within a cell and count items? Mr. Low Excel Discussion (Misc queries) 6 November 24th 06 01:53 PM
Excel 2002 : How to sum up items by month, date and year ? Mr. Low Excel Discussion (Misc queries) 4 November 21st 06 11:51 AM


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