G
Guest
I am using Access-to-Excel automation
to bring in 2 Columns of data...Week Ending Dates,
& a Value. These are the Source Data for a Vertical-Bar
Chart.
I have a 3rd column that uses this formula...
=IF(LEN(A8)=0,"",VLOOKUP(A8,TheLook,2))
to get Values for a Trendline...in "Column C".
I am NOT strong in Excel Charts at all, as I do
mostly Access Programming.
How can I take this "3rd-column" and assign that
to a Trendline?
TIA - Bob
to bring in 2 Columns of data...Week Ending Dates,
& a Value. These are the Source Data for a Vertical-Bar
Chart.
I have a 3rd column that uses this formula...
=IF(LEN(A8)=0,"",VLOOKUP(A8,TheLook,2))
to get Values for a Trendline...in "Column C".
I am NOT strong in Excel Charts at all, as I do
mostly Access Programming.
How can I take this "3rd-column" and assign that
to a Trendline?
TIA - Bob