Home |
Search |
Today's Posts |
#11
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks James! I actually figured it out yesterday. Made one of those silly
little mistakes in a formula. Works like a charm now! "jamescox" wrote: General rule of development - make a simple example work, THEN integrate it into your real workbook. Therefore, in a blanl worksheet create the following: 1. In cell A4, type Cities and in A5 through A11, type Boston, Denver, Los Angeles, Denver, New York, Denver, New York. 2. In cell B4 type Reps and in B5 through B11 type 1,2,3,5,4,1,2 3. In Cell E5 type Cities and in E5 through E8 type Boston, Denver, Los Angeles, New York. 4. In cellF5 type the following formula: =SUMIF($A$5:$A$11,E5,$B$5:$B$11) 5. Copy that formula down into F6 through F8. Compare this working example with the help file writeup and see if you can figure out where you went astray and what you need to change in your workbook to get it working... Happy 4th! -- jamescox ------------------------------------------------------------------------ jamescox's Profile: http://www.thecodecage.com/forumz/member.php?userid=449 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=111550 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Unique Values in 1 Column based on Date Range in another Column | Excel Worksheet Functions | |||
Count number of cells and total in one column, based on another column suffix | Excel Worksheet Functions | |||
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look | Excel Discussion (Misc queries) | |||
sumproduct 2 columns based on criteria in 3rd column | Excel Discussion (Misc queries) | |||
move contents of column C based on criteria related to column A | Excel Discussion (Misc queries) |