Dear Ashish Sir, Thanks a lot .
Regards, Prafull Jadhav. On Thu, Apr 4, 2013 at 11:00 PM, ashish koul <koul.ash...@gmail.com> wrote: > Its an array formula so u have to enter with CTRL+SHIFT+ ENTER > > iFERROR(SMALL(IF($B$2:$B$16=$G$2,$A$2:$A$16,""),ROW(A1)),"") > > Lets break the formula > > IFERROR - It check if the value passed is error then you have to specify > what would you like to show in case you pass error > > For example if below formula will return array i wanted to show blank > SMALL(IF($B$2:$B$16=$G$2,$A$2:$A$16,""),ROW(A1) > > Now > > Lets break this one SMALL(IF($B$2:$B$16=$G$2,$A$2:$A$16,""),ROW(A1)) > > *Small function* is used to return the 1st smallest value in a range , or > second smallest value in a range, etc (Position specified by you ). To know > more about small function visit > http://www.techonthenet.com/excel/formulas/small.php > > *ROW(A1)* - it will give me numeric 1 , 2 , 3 etc > > IF($B$2:$B$16=$G$2,$A$2:$A$16,"") - IT will return us the array having the > list of matching values > > For example when we enter "*Tue"* > > Output of *IF($B$2:$B$16=$G$2,$A$2:$A$16,"") will be something like > this {1/1/2013,1/8/2013,1/15/2013} All matching dates from Col A* > * > * > Hope it helps > * > * > *Regards* > *Ashish* > * > * > * > * > * > * > > > > > > > > > > > > On Thu, Apr 4, 2013 at 10:47 PM, prafull jadhav > <prafulltjad...@gmail.com>wrote: > >> >> Dear Ashish Sir, >> >> Can you explain the below formula ..what is "Small" function work here. >> >> >> =IFERROR(SMALL(IF($B$2:$B$16=$G$2,$A$2:$A$16,""),ROW(A1)),"") >> >> Regards, >> Prafull Jadhav >> >> >> On Thu, Apr 4, 2013 at 10:40 PM, ashish koul <koul.ash...@gmail.com>wrote: >> >>> Try this one too without pivot table . >>> >>> >>> On Thu, Apr 4, 2013 at 10:11 PM, ashish koul <koul.ash...@gmail.com>wrote: >>> >>>> you can try pivot charts . Find the sample file attached. Just select >>>> the day in the report filter >>>> >>>> >>>> >>>> On Thu, Apr 4, 2013 at 10:03 PM, Chris <christoph...@gmail.com> wrote: >>>> >>>>> I have data by day for an entire year. A date in column A, the weekday >>>>> (Mon, Tue, Wed, etc.) in column B and a value in column C. >>>>> >>>>> Somewhere else on the spreadsheet, let's say D1, I enter the weekday >>>>> into the cell. I would the like a chart to ONLY use the rows in the entire >>>>> table that have that particular weekday in column B. I've learned some >>>>> about dynamic charting using OFFSET but that won't help me here because >>>>> OFFSET only picks one row. Is there a way to chart multiple rows, e.g. all >>>>> Tuesdays, not using pivots or filters. Can I use an array >>>>> (SHIFT-CTRL-ENTER) or the "--" option in a SERIES function? Here's an >>>>> example: >>>>> >>>>> A B C >>>>> 1 1/1/2013 Tue 2045 >>>>> 2 1/2/2013 Wed 12 >>>>> 3 1/3/2013 Thu 343 >>>>> 4 1/4/2013 Fri 51 >>>>> 5 1/5/2013 Sat 98 >>>>> 6 1/6/2013 Sun 99 >>>>> 7 1/7/2013 Mon 2732 >>>>> 8 1/8/2013 Tue 22 >>>>> 9 1/9/2013 Wed 32 >>>>> 10 1/10/2013 Thu 56 >>>>> 11 1/11/2013 Fri 65 >>>>> 12 1/12/2013 Sat 298 >>>>> 13 1/13/2013 Sun 399 >>>>> 14 1/14/2013 Mon 2632 >>>>> 15 1/15/2013 Tue 622 >>>>> >>>>> If I enter "Tue" into D1, then I want the chart to only graph the >>>>> following: >>>>> 1/1/2013 Tue 2045 >>>>> 1/8/2013 Tue 22 >>>>> 1/15/2013 Tue 622 >>>>> >>>>> Is that possible? If so, how? >>>>> >>>>> Thanks again! >>>>> Christoph >>>>> >>>>> >>>>> -- >>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? >>>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ >>>>> https://www.facebook.com/discussexcel >>>>> >>>>> FORUM RULES >>>>> >>>>> 1) Use concise, accurate thread titles. Poor thread titles, like >>>>> Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need >>>>> Advice will not get quick attention or may not be answered. >>>>> 2) Don't post a question in the thread of another member. >>>>> 3) Don't post questions regarding breaking or bypassing any security >>>>> measure. >>>>> 4) Acknowledge the responses you receive, good or bad. >>>>> 5) Jobs posting is not allowed. >>>>> 6) Sharing copyrighted material and their links is not allowed. >>>>> >>>>> NOTE : Don't ever post confidential data in a workbook. Forum owners >>>>> and members are not responsible for any loss. >>>>> --- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "MS EXCEL AND VBA MACROS" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to excel-macros+unsubscr...@googlegroups.com. >>>>> To post to this group, send email to excel-macros@googlegroups.com. >>>>> Visit this group at http://groups.google.com/group/excel-macros?hl=en. >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> *Regards* >>>> * * >>>> *Ashish Koul* >>>> >>>> >>>> *Visit* >>>> *My Excel Blog <http://www.excelvbamacros.com/>* >>>> Like Us on >>>> Facebook<http://www.facebook.com/pages/Excel-VBA-Codes-Macros/151803898222297> >>>> Join Us on Facebook <http://www.facebook.com/groups/163491717053198/> >>>> >>>> >>>> P Before printing, think about the environment. >>>> >>>> >>>> >>> >>> >>> >>> -- >>> *Regards* >>> * * >>> *Ashish Koul* >>> >>> >>> *Visit* >>> *My Excel Blog <http://www.excelvbamacros.com/>* >>> Like Us on >>> Facebook<http://www.facebook.com/pages/Excel-VBA-Codes-Macros/151803898222297> >>> Join Us on Facebook <http://www.facebook.com/groups/163491717053198/> >>> >>> >>> P Before printing, think about the environment. >>> >>> >>> >>> -- >>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? >>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ >>> https://www.facebook.com/discussexcel >>> >>> FORUM RULES >>> >>> 1) Use concise, accurate thread titles. Poor thread titles, like Please >>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice >>> will not get quick attention or may not be answered. >>> 2) Don't post a question in the thread of another member. >>> 3) Don't post questions regarding breaking or bypassing any security >>> measure. >>> 4) Acknowledge the responses you receive, good or bad. >>> 5) Jobs posting is not allowed. >>> 6) Sharing copyrighted material and their links is not allowed. >>> >>> NOTE : Don't ever post confidential data in a workbook. Forum owners and >>> members are not responsible for any loss. >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "MS EXCEL AND VBA MACROS" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to excel-macros+unsubscr...@googlegroups.com. >>> To post to this group, send email to excel-macros@googlegroups.com. >>> Visit this group at http://groups.google.com/group/excel-macros?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> -- >> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s >> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ >> https://www.facebook.com/discussexcel >> >> FORUM RULES >> >> 1) Use concise, accurate thread titles. Poor thread titles, like Please >> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice >> will not get quick attention or may not be answered. >> 2) Don't post a question in the thread of another member. >> 3) Don't post questions regarding breaking or bypassing any security >> measure. >> 4) Acknowledge the responses you receive, good or bad. >> 5) Jobs posting is not allowed. >> 6) Sharing copyrighted material and their links is not allowed. >> >> NOTE : Don't ever post confidential data in a workbook. Forum owners and >> members are not responsible for any loss. >> --- >> You received this message because you are subscribed to the Google Groups >> "MS EXCEL AND VBA MACROS" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to excel-macros+unsubscr...@googlegroups.com. >> To post to this group, send email to excel-macros@googlegroups.com. >> Visit this group at http://groups.google.com/group/excel-macros?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > *Regards* > * * > *Ashish Koul* > > > *Visit* > *My Excel Blog <http://www.excelvbamacros.com/>* > Like Us on > Facebook<http://www.facebook.com/pages/Excel-VBA-Codes-Macros/151803898222297> > Join Us on Facebook <http://www.facebook.com/groups/163491717053198/> > > > P Before printing, think about the environment. > > > > -- > Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s > =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ > https://www.facebook.com/discussexcel > > FORUM RULES > > 1) Use concise, accurate thread titles. Poor thread titles, like Please > Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice > will not get quick attention or may not be answered. > 2) Don't post a question in the thread of another member. > 3) Don't post questions regarding breaking or bypassing any security > measure. > 4) Acknowledge the responses you receive, good or bad. > 5) Jobs posting is not allowed. > 6) Sharing copyrighted material and their links is not allowed. > > NOTE : Don't ever post confidential data in a workbook. Forum owners and > members are not responsible for any loss. > --- > You received this message because you are subscribed to the Google Groups > "MS EXCEL AND VBA MACROS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to excel-macros+unsubscr...@googlegroups.com. > To post to this group, send email to excel-macros@googlegroups.com. > Visit this group at http://groups.google.com/group/excel-macros?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Jobs posting is not allowed. 6) Sharing copyrighted material and their links is not allowed. NOTE : Don't ever post confidential data in a workbook. Forum owners and members are not responsible for any loss. --- You received this message because you are subscribed to the Google Groups "MS EXCEL AND VBA MACROS" group. To unsubscribe from this group and stop receiving emails from it, send an email to excel-macros+unsubscr...@googlegroups.com. To post to this group, send email to excel-macros@googlegroups.com. Visit this group at http://groups.google.com/group/excel-macros?hl=en. For more options, visit https://groups.google.com/groups/opt_out.