Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Can I get criteria from columns to populate down?

I would like to have results populate the cells below each heading.
For example, instead of manually putting the names (Too Many), I would like
it to auto populate the "Assigned To" going down. All the info would be
pulled from existing columns in the spreadsheet.

Ticket Count by Age(Days)
| Assigned To | <=2 | 3 to 7 |=8 | Total | % |


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 33
Default Can I get criteria from columns to populate down?

Hi, Charles.

I'm not 100% sure I understand the question, but I'll give it a shot. Are
folks entering data on the sheet and you want it to automatically create some
formulas or do you already have all of the data and you just want to recreate
some additional information from it. In other words, do you have Last name
in one column and First name in another and you just want to put them
together, or is it more complicated than that?


--
Happy calculating!

If you like this answer, please click ''Yes.''




"Charles Stover" wrote:

I would like to have results populate the cells below each heading.
For example, instead of manually putting the names (Too Many), I would like
it to auto populate the "Assigned To" going down. All the info would be
pulled from existing columns in the spreadsheet.

Ticket Count by Age(Days)
| Assigned To | <=2 | 3 to 7 |=8 | Total | % |


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 857
Default Can I get criteria from columns to populate down?

Hi,

Its not clear on what you want. Why don't you want to show us a sample.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Charles Stover" wrote:

I would like to have results populate the cells below each heading.
For example, instead of manually putting the names (Too Many), I would like
it to auto populate the "Assigned To" going down. All the info would be
pulled from existing columns in the spreadsheet.

Ticket Count by Age(Days)
| Assigned To | <=2 | 3 to 7 |=8 | Total | % |


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Can I get criteria from columns to populate down?

I apologize.

I have a spreadsheet with alot of populated columns.
1 column has "Assigned to" names in it.

| Assigned to |
AV HDSUPPORT T2
Jason Quattrone
AV HDSUPPORT T1
Leonard Bolton
Andrey Lubimtsev
Daniel Giampietro
Jason Applebaum

I would like to be able to auto populate the names with no dups in another
column.

I have another column with days in it (1,2,4,7,34,etc.) This reflects how
many days each person above has been working on an issue.

| AGE |
5
1
6
3
7
18
7
11
7

I would like to populate the columns to the right of the new column above
with the total of tickets for that particular person.

EX:

New Columns= | Assigned To | <=2 | 3 to 7 |=8 | Total | % |
Auto Populate= |Jason Applebaum| 3 | 2 | 6 | 11 | 25% |

I would need this to populate down repeating this for all the names without
any duplicates.

I hope this is a better explanation.

Thanks.
Charles


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 857
Default Can I get criteria from columns to populate down?

Hi,

Here is a start:

1. The easiest way to get a list of unique entries is to us the Data,
Filter, Advanced Filter with Unique Records checked.
2. Your first column of formula after the names would be

=IF(D2="","",SUMPRODUCT(--($D2=$A$2:$A$15),--($B$2:$B$15<=2)))

This formula assume the unique names are in column D starting at row 2. The
full list of names in in column A and the Age is in column B.

2nd formula:

=SUMPRODUCT(--($D2=$A$2:$A$15),--($B$2:$B$15=3),--($B$2:$B$15<=7))

3rd formula:

=SUMPRODUCT(--($D2=$A$2:$A$15),--($B$2:$B$15=8))

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Charles Stover" wrote:

I apologize.

I have a spreadsheet with alot of populated columns.
1 column has "Assigned to" names in it.

| Assigned to |
AV HDSUPPORT T2
Jason Quattrone
AV HDSUPPORT T1
Leonard Bolton
Andrey Lubimtsev
Daniel Giampietro
Jason Applebaum

I would like to be able to auto populate the names with no dups in another
column.

I have another column with days in it (1,2,4,7,34,etc.) This reflects how
many days each person above has been working on an issue.

| AGE |
5
1
6
3
7
18
7
11
7

I would like to populate the columns to the right of the new column above
with the total of tickets for that particular person.

EX:

New Columns= | Assigned To | <=2 | 3 to 7 |=8 | Total | % |
Auto Populate= |Jason Applebaum| 3 | 2 | 6 | 11 | 25% |

I would need this to populate down repeating this for all the names without
any duplicates.

I hope this is a better explanation.

Thanks.
Charles




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
Automatic populate Sheet2 with data from Sheet1 based on criteria. Saurabh Khanna. Excel Discussion (Misc queries) 2 December 30th 08 01:19 PM
Populate worksheet with data that meets date range criteria P0llyW0G Excel Worksheet Functions 3 September 28th 08 10:01 PM
I need a cell to populate as a one when 2 cells meet criteria Loren71 Excel Worksheet Functions 2 September 3rd 07 03:37 PM
Populate, Depending on Criteria Blobbies Excel Discussion (Misc queries) 1 September 27th 06 12:37 PM
populate data valadation list by criteria John in Surrey Excel Worksheet Functions 1 November 9th 05 10:07 AM


All times are GMT +1. The time now is 03:49 AM.

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"