Changing your dates to text
Your task is to format your dates as plain text so the user can plot a candlestick chart to show data from the
Open
, Close
, High
and Low
prices. You will do this in the inserted column, using a formula.This exercise is part of the course
Data Visualization in Google Sheets
Exercise instructions
- Insert a new column so that
column B
is blank. - Type the heading "Plain Dates" in
B16
. - Enter a formula in
B17
usingtext()
to show the date from the the same row incolumn A
with the same formatting but as plain text. - Copy the formula down from
B17
throughB26
and remove the dates that have popped up on your line chart.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
