Started By
Message

re: Excel is easy to learn

Posted on 4/23/19 at 2:03 pm to
Posted by tylercsbn9
Cypress, TX
Member since Feb 2004
65876 posts
Posted on 4/23/19 at 2:03 pm to
quote:

I forgot to tell you that sometimes the word/phrase in column A will have other shite in the cell with it. So it could be axx, axx 438, axx 2/15, etc. I'm trying to get it to pick up on any cell containing axx then grab the corresponding numerical value from B and summing it up in C.



A pivot will work and with that you can just search axx and it will give you all the results that contain those letters.

You could also use the left formula in a column next to your data. =left(Cell#,3) and drag it all the way down

>

That will return the left three most characters in each cell. Thus create a new field that would just have axx.

Sumif will also work in place of a pivot after you do the left formula.

=SUMIF(Select the range for your text,"axx",select the range for the corresponding values)


This post was edited on 4/23/19 at 2:17 pm
Posted by The Mick
Member since Oct 2010
43084 posts
Posted on 4/23/19 at 2:10 pm to
Im getting an error 'destination reference is not valid'
Posted by The Mick
Member since Oct 2010
43084 posts
Posted on 4/23/19 at 2:13 pm to
quote:

A pivot will work and with that you can just search axx and it will give you all the results that contain those letters.
There's hundreds of different words/abbrevs in column A. I don't want to manually search each one. Is there a way that excel will find all cells in A with same abbrev and then grab the values from B and sum them? (and do that for each and every word/abbrev in A?
This post was edited on 4/23/19 at 2:14 pm
Posted by The Mick
Member since Oct 2010
43084 posts
Posted on 4/23/19 at 2:15 pm to
frick THIS, IM DONE
Posted by iAmBatman
The Batcave
Member since Mar 2011
12382 posts
Posted on 4/23/19 at 2:18 pm to
Yeah, a pivot table
Posted by tylercsbn9
Cypress, TX
Member since Feb 2004
65876 posts
Posted on 4/23/19 at 2:19 pm to
quote:

There's hundreds of different words/abbrevs in column A. I don't want to manually search each one. Is there a way that excel will find all cells in A with same abbrev and then grab the values from B and sum them? (and do that for each and every word/abbrev in A?



You don't have to manually search for each one. That is the point of a pivot table. Set up a pivot. Got to search and type in axx and then make sure select all search results is selected.

>

It will then return every line item that has axx in it for you and show a grand total.

This post was edited on 4/23/19 at 2:28 pm
Posted by Cocotheape
Member since Aug 2015
3782 posts
Posted on 4/23/19 at 2:20 pm to
Sumif with a left formula, if the alpha characters are consistently the first 3 in that column
Posted by JohnDoe00
Houston, TX
Member since Feb 2019
814 posts
Posted on 4/23/19 at 2:20 pm to

quote:

frick THIS, IM DONE


I understand your pain. Excel use to drive me insane
Posted by The Mick
Member since Oct 2010
43084 posts
Posted on 4/23/19 at 2:25 pm to
I know I don't have to search each individual instance of axx, but I would need to do a search for each unique abbreviation in A of which there are hundreds. Id have to search axx, then search fm, then etc etc right?
Posted by tylercsbn9
Cypress, TX
Member since Feb 2004
65876 posts
Posted on 4/23/19 at 2:27 pm to
quote:

I know I don't have to search each individual instance of axx, but I would need to do a search for each unique abbreviation in A of which there are hundreds. Id have to search axx, then search fm, then etc etc right?


Yes. If you have a pivot set up and all you care about are results that have the text axx in them then simply type axx in the search part when you filter excel. It will return all results that contain the text axx no matter what comes after. I put a visual of that in my last post.
This post was edited on 4/23/19 at 2:28 pm
Posted by Bullfrog
Institutionalized but Unevaluated
Member since Jul 2010
56194 posts
Posted on 4/23/19 at 2:27 pm to
Whatch a YouTube video on pivot tables.

10-12 minutes and you’ll be able to do what you need even through they can do a lot more.
Posted by Ace Midnight
Between sanity and madness
Member since Dec 2006
89492 posts
Posted on 4/23/19 at 2:31 pm to
quote:

Sumif


Works and will be your good enough solution at more of a basic Excel level.

Pivot table is the right, long-term tool.
Posted by The Mick
Member since Oct 2010
43084 posts
Posted on 4/23/19 at 2:34 pm to
I understand that process. My problem is I don't want to search axx, then pm, then sxu, then etc etc for hundreds of different abbrevs. Is there a way for excel to automatically group all matching abbrev instances in A then grab the corresponding numeric values from B?
Posted by tylercsbn9
Cypress, TX
Member since Feb 2004
65876 posts
Posted on 4/23/19 at 2:36 pm to
quote:

I understand that process. My problem is I don't want to search axx, then pm, then sxu, then etc etc for hundreds of different abbrevs. Is there a way for excel to automatically group all matching abbrev instances in A then grab the corresponding numeric values from B?


Yes by creating another column then using the left formula. Then pivot the data.
Posted by Cocotheape
Member since Aug 2015
3782 posts
Posted on 4/23/19 at 2:36 pm to
Pivot tables are only good if you don’t need to further manipulate the data
Posted by StraightCashHomey21
Aberdeen,NC
Member since Jul 2009
125398 posts
Posted on 4/23/19 at 2:36 pm to
just google any formula you need
Posted by jcaz
Laffy
Member since Aug 2014
15552 posts
Posted on 4/23/19 at 2:37 pm to
Algorithm or Block chain should do it.

But in all seriousness IFSUM or pivot table
This post was edited on 4/23/19 at 2:38 pm
Posted by castorinho
13623 posts
Member since Nov 2010
82011 posts
Posted on 4/23/19 at 2:37 pm to
quote:

You could also use the left formula in a column next to your data. =left(Cell#,3) and drag it all the way down

Pretty sure he said, it's not always three
Posted by Big L
Houston
Member since Sep 2005
5406 posts
Posted on 4/23/19 at 2:38 pm to
I think you should isolate the character strings you are looking for in a column then pivot on those character strings to sum the values in the other column.
Posted by tylercsbn9
Cypress, TX
Member since Feb 2004
65876 posts
Posted on 4/23/19 at 2:42 pm to
quote:

Pretty sure he said, it's not always three



Then he should use two characters instead of three and group the pivot table appropriately as needed.

Although I am guessing this will go right over his had since they don't even have a very basic understanding of excel.
first pageprev pagePage 3 of 6Next pagelast page

Back to top
logoFollow TigerDroppings for LSU Football News
Follow us on Twitter, Facebook and Instagram to get the latest updates on LSU Football and Recruiting.

FacebookTwitterInstagram