greykitten
Member
Hi,
A tutorial on how to highlight the best month in a trend chart was recently sent and I have some questions on how I would apply this to my work. For my type of analysis, the lowest monthly values are the ones I would need to highlight in the chart. Looking at the downloaded example provided I have several questions on the actual formulas.
1) For cell AB3 showing $15,737, there is this formula =MAX(myData3[Month Total]). Where is the "myData3" coming from? Is it a named range?
2) On cell AC7 for Best Month, what action is the formula =IF([@[Month Num]]=bestMonth,[@Value],NA()) performing for that cell? Where in the file was the named range created so I can reproduce it?
3) Since I only want to use monthly data for several years' worth of results, which header columns on (V6:AE6) would I need to keep to do this?
4) How is the monthly portion in the example being formatted to blue? Just manually?
5) On cell AE3, what is formula =INDEX(myData3[Date],MATCH(bestMonth,myData3[Month Num],0)) saying?
Here is a link to the file [URL=https://hotfile.com/dl/183935369/212b43d/How_To_Highlight_Best_Week__Month.xls.htm
Thank you for your help,
greykitten
A tutorial on how to highlight the best month in a trend chart was recently sent and I have some questions on how I would apply this to my work. For my type of analysis, the lowest monthly values are the ones I would need to highlight in the chart. Looking at the downloaded example provided I have several questions on the actual formulas.
1) For cell AB3 showing $15,737, there is this formula =MAX(myData3[Month Total]). Where is the "myData3" coming from? Is it a named range?
2) On cell AC7 for Best Month, what action is the formula =IF([@[Month Num]]=bestMonth,[@Value],NA()) performing for that cell? Where in the file was the named range created so I can reproduce it?
3) Since I only want to use monthly data for several years' worth of results, which header columns on (V6:AE6) would I need to keep to do this?
4) How is the monthly portion in the example being formatted to blue? Just manually?
5) On cell AE3, what is formula =INDEX(myData3[Date],MATCH(bestMonth,myData3[Month Num],0)) saying?
Here is a link to the file [URL=https://hotfile.com/dl/183935369/212b43d/How_To_Highlight_Best_Week__Month.xls.htm
Thank you for your help,
greykitten