Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
for instance, I have 6 sales people who will be adding their own info into a
shared spreadsheet that I created and one column is designated for their 1st/last inititals of their name. i need a number total for each of these salespeople derived from their initials. does this make sense? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try:
=sumif(A1:A50,"IP") to sum all of IPs. This assumes your list of names is in A1:A50 and you will get given the total number of times IP has entered their initials. HTH Ian "greenlion" wrote: for instance, I have 6 sales people who will be adding their own info into a shared spreadsheet that I created and one column is designated for their 1st/last inititals of their name. i need a number total for each of these salespeople derived from their initials. does this make sense? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'd rather use COUNTIF(A1:A50,"IP")
HTH -- AP "Ian P" a écrit dans le message de news: ... Try: =sumif(A1:A50,"IP") to sum all of IPs. This assumes your list of names is in A1:A50 and you will get given the total number of times IP has entered their initials. HTH Ian "greenlion" wrote: for instance, I have 6 sales people who will be adding their own info into a shared spreadsheet that I created and one column is designated for their 1st/last inititals of their name. i need a number total for each of these salespeople derived from their initials. does this make sense? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
your solution worked. thanks!!
"Ardus Petus" wrote: I'd rather use COUNTIF(A1:A50,"IP") HTH -- AP "Ian P" a écrit dans le message de news: ... Try: =sumif(A1:A50,"IP") to sum all of IPs. This assumes your list of names is in A1:A50 and you will get given the total number of times IP has entered their initials. HTH Ian "greenlion" wrote: for instance, I have 6 sales people who will be adding their own info into a shared spreadsheet that I created and one column is designated for their 1st/last inititals of their name. i need a number total for each of these salespeople derived from their initials. does this make sense? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks!! i'll try both your's and Ardus' formulas to see which works best
for me. "Ian P" wrote: Try: =sumif(A1:A50,"IP") to sum all of IPs. This assumes your list of names is in A1:A50 and you will get given the total number of times IP has entered their initials. HTH Ian "greenlion" wrote: for instance, I have 6 sales people who will be adding their own info into a shared spreadsheet that I created and one column is designated for their 1st/last inititals of their name. i need a number total for each of these salespeople derived from their initials. does this make sense? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Number to words literal | Excel Worksheet Functions | |||
converting number to figures in words | Excel Discussion (Misc queries) | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Convert [h]:mm sum total format to number format | Excel Worksheet Functions | |||
a number as a percentage out of a total | Excel Worksheet Functions |