Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
EXTREMELY IMPORTANT!
Okay, So I have a contractors colomn for each job that is being done. I HAVE to put multiple companies on ONE cell but when I graph it they need to be seperated individually. example. "SPREADSHEET" DATE JOB CONTRACTOR 1/1 1 A 1/2 2 B,A,C 1/3 3 C when I graph how many time each contractor is used its... "MY UNWANTED GRAPH" contractor A.... 1 time contractor B, A, C... 1 time contractor C... 1 time How, if at all possible can I make it... "WHAT I WANT" contractor A... 2 times contractor B... 1 time contractor C... 2 times |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could try:
=SUM(IF(ISNUMBER(FIND(<cell with A, <range with contractor list)), 1, 0)) then use Shift+Ctrl+Enter for a range function. This will count the number of cells containing A at least once. However, it will go wrong if contractors' names are sub-sets of others. So if you have a contractor called A and another called AA, A may be counted too often. Regards Roger "HoganD87" wrote: EXTREMELY IMPORTANT! Okay, So I have a contractors colomn for each job that is being done. I HAVE to put multiple companies on ONE cell but when I graph it they need to be seperated individually. example. "SPREADSHEET" DATE JOB CONTRACTOR 1/1 1 A 1/2 2 B,A,C 1/3 3 C when I graph how many time each contractor is used its... "MY UNWANTED GRAPH" contractor A.... 1 time contractor B, A, C... 1 time contractor C... 1 time How, if at all possible can I make it... "WHAT I WANT" contractor A... 2 times contractor B... 1 time contractor C... 2 times |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extracting Info from within a cell multiple times | Excel Worksheet Functions | |||
Put all cells in one cell seperated by comma | New Users to Excel | |||
Converting string of info in one cell into multiple | Excel Discussion (Misc queries) | |||
can i create multiple columns from the info in one cell | Excel Discussion (Misc queries) | |||
How do i subscript multiple seperated letters in an excel cell? | Excel Discussion (Misc queries) |