Excel Magic Trick 1186: Extract Color From Description Field & Create Revenue by Color PivotTable

preview_player
Показать описание

See how:
1. (00:09) Problem Setup
2. (01:04) Barry Houdini at Mr Excel Message Board and pmsocho at YouTube
3. (01:23) SEARCH function with a Function Argument Array Operation to create array with position of color information
4. (02:38) LOOKUP and SEARCH function to lookup color name
5. (04:19) PivotTable to create Revenue by Color Report

Barry Houdini
Mr Excel Challenge 2007
pmsocho
Video Reference for all about LOOKUP function:
LOOKUP function Beginner to Advanced 23 Examples (Excel VLOOKUP WEEK Video #2)
Рекомендации по теме
Комментарии
Автор

Incredible brains. You made it look very simple. I envy your extraordinary

Pappuloveall
Автор

Excel Magic Trick 1186: Extract Color From Description Field & Create Revenue by Color PivotTable
See how:
1. (00:09) Problem Setup
2. (01:04) Barry Houdini at Mr Excel Message Board and pmsocho at YouTube
3. (01:23) SEARCH function with a Function Argument Array Operation to create array with position of color information
4. (02:38) LOOKUP and SEARCH function to lookup color name
5. (04:19) PivotTable to create Revenue by Color Report

Barry Houdini
Mr Excel Challenge 2007
pmsocho
Video Reference for all about LOOKUP function:
LOOKUP function Beginner to Advanced 23 Examples (Excel VLOOKUP WEEK Video #2) 

excelisfun
Автор

Brilliant! Both the LookupSearch Array formula and Daniel's Isnumber/Search Sumproduct formula  Thanks for sharing!

MySpreadsheetLab
Автор

Thanks Mike.  Lookup is very powerful.  

krn
Автор

Great!! Very smart way !!
Thanks for sharing :-)

BillSzysz
Автор

bumped inadvertently into this gem.
I'd modify the formula for 2 reasons:
1. "catch" cells where no colour names appear.
2. "adapt" to 365 DAF - one formula that spills 😎😎😎😎

=BYROW(D2:D24, LAMBDA(x, IFNA(LOOKUP(2^15, FIND($G$2:$G$5, x), $G$2:$G$5), "not found")))

meniporat
Автор

Alternative approach with sumproduct:
=SUMPRODUCT(--ISNUMBER(SEARCH(G2, $D$2:$D$12083)), $B$2:$B$12083)
No need for an help column

GenePatNic
Автор

I need To make This Formula in 2007  =INFO("numfile")-25
in 2010  =INFO("numfile")-27
Why ?

=INFO("numfile")
Number of active worksheets (varies)

Reduce_Scan
Автор

For a reason unnknown to me the solution without spaces works wrong in rows 1 and 5. In 2, 3 and 4 it returns the desired result, i.e. As with spaces. I also do not understand the necessity of spaces around D2. Many thanks for the excercise!

orithelion
Автор

Thanks every1

@dritan0478 thanks for your immediate reply on twitter
@excellsFun: Please explain use of 2^15 in this formula
@danieldion: couldnot understand your formula, please help

SankalpSharmaG