I got a query that gives me the following results:
Month 2003 2004 2005
Aug 03 11,000
Aug 04 3,200
Aug 05 700
What formula can I use to change the query into 1 line of August so I can have all the values for 2003, 2004 and 2005 into one line: This is what I want to achieve:
Month 2003 2004 2005
Aug 11,000 3,200 700
Month 2003 2004 2005
Aug 03 11,000
Aug 04 3,200
Aug 05 700
What formula can I use to change the query into 1 line of August so I can have all the values for 2003, 2004 and 2005 into one line: This is what I want to achieve:
Month 2003 2004 2005
Aug 11,000 3,200 700