Why is it important to clean date-related data?

What will be an ideal response?


Dates that are stored in Excel as text will not be able to be used in calculations or in objects like PivotTables. Dates stored as text can be converted to numeric values using date functions or wizards such as Convert Text to Columns in some circumstances.

Computer Science & Information Technology

You might also like to view...

Which of the statements below is false?

Consider the classes below, declared in the same file: ``` class A { int a; public A() { a = 7; } } class B : A { int b; public B() { b = 8; } } ``` a) Both variables a and b are instance variables. b) After the constructor for class B is executed, the variable a will have the value 7. c) After the constructor for class B is executed, the variable b will have the value 8. d) A reference to class A can be treated as a reference to class B.

Computer Science & Information Technology

What is a stack overflow?

What will be an ideal response?

Computer Science & Information Technology

Specifications are input instructions that tell the computer how to process data.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The Page Color command is located on the ________ tab

Fill in the blank(s) with correct word

Computer Science & Information Technology