I can't seem to make the Excel consolidation function work for some reason. My data won't combine.
My column contains just numbers that are structured as dollar amounts.
My original data set looks like this:
__________________
|NAME |DOLLARS |
|Andrew | $10.00|
|Michael | $10.00|
|Emma | $10.00|
|Andrew | $10.00|
|Michael | $10.00|
|Emma | $10.00|
-------------------
However, when I run it through the Consolidate Data function, making sure to select all of the data as well as the headers, I get the following output:
__________________
|NAME |DOLLARS |
| | $10.00|
| | $10.00|
| | $10.00|
| | $10.00|
| | $10.00|
| | $10.00|
-------------------
I'm not sure why it's not functioning. I tried meticulously according to a number of tutorials and searching the internet for solutions, but nothing I tried worked.