11-06-2004, 01:58 AM
Today I had to do a bar chart for the NSAAA that included age ranges of the members. The quickest way was to make IF statements to return the value of 0 if false or 1 if true, depending on the age. The true answers are added on for each total of an age range and I could make a bar chart.
Does anyone else use IF statements?
Does anyone else use IF statements?