Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Good Afternoon,
I want to use sumif however not to sum numerical data but to put text cell together. For example: A B Project Number Co-Supervisor 109969 Gabriel 110815 Bowden 110127 Barnett 110815 Vlachos I need a formula that could look at column A, find the reference 110815 and add up the text in column B. Project Number Co-Supervisor 110815 Bowden / Vlachos Best Regards, Vanessa Simmonds |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Vanessa,
It´s my first time helping somebody (with excel). You need to use the vlookup function. It goes something like this: E2=vlookup(D2;$A$2:$B$2;2;FALSE) Assuming you have: Col D Col E Project Number Co-Supervisor 110815 (insert formula here) This formula looks up for 110815 (D2) in table $A$2:$B$2 and gives away the value in the second column. After you insert that formula and if you don´t have any value on the left you´ll get a #N/D. So try using this one: E2=If(D2="";"";vlookup(D2;$A$2:$B$2;2;FALSE)) Hope I did fine :) "Vanessa Simmonds" escreveu: Good Afternoon, I want to use sumif however not to sum numerical data but to put text cell together. For example: A B Project Number Co-Supervisor 109969 Gabriel 110815 Bowden 110127 Barnett 110815 Vlachos I need a formula that could look at column A, find the reference 110815 and add up the text in column B. Project Number Co-Supervisor 110815 Bowden / Vlachos Best Regards, Vanessa Simmonds |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ouch. I´ve just realized That you may have more than 1 person for the same
project. i´m not sure but i´m afraid you´ll need a macro. That´s away out of my league. Sorry i can´t help Best regards "Vanessa Simmonds" escreveu: Good Afternoon, I want to use sumif however not to sum numerical data but to put text cell together. For example: A B Project Number Co-Supervisor 109969 Gabriel 110815 Bowden 110127 Barnett 110815 Vlachos I need a formula that could look at column A, find the reference 110815 and add up the text in column B. Project Number Co-Supervisor 110815 Bowden / Vlachos Best Regards, Vanessa Simmonds |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumif vs Text? | Excel Worksheet Functions | |||
sumif - looking to find text | Excel Discussion (Misc queries) | |||
Sumif text is contained winthin a longer text string in a cell | Excel Worksheet Functions | |||
sumif with text? | Excel Discussion (Misc queries) | |||
sumif 2 text conditions | Excel Worksheet Functions |