ACTGuy
Electrical
- Jan 9, 2008
- 3
I need to convert an .mdi file to excel. I first copied the information to a text file, then to excel. Doing this exercise allowed me to maintain the columns needed for a spreadsheet. I am using excel as a database, somewhat.
I put the converted information in a sheet. In another sheet I am pulling selected information out using “SUMIF” statements. The number format in the column I am searching has the area of the job as the first digit. The remaining digits are cost codes. The number 150515 would be area 1 and 50501 would be the cost code for safety. In another column is the cost. I use wild cards to add cost in several different areas. As I go through this exercise 20-30 times I noticed some of the requested values are zero when there should be a dollar figure. Some function properly and some do not. If I put the area digit in the formula, I receive the proper value. But that is only for that one area. I have 10 areas and want to know the total of the cost in all areas for a given cost code. I’ve tried formatting the cells. I’ve tried retyping the value. I don’t understand why the formula works on some, but not others.
I put the converted information in a sheet. In another sheet I am pulling selected information out using “SUMIF” statements. The number format in the column I am searching has the area of the job as the first digit. The remaining digits are cost codes. The number 150515 would be area 1 and 50501 would be the cost code for safety. In another column is the cost. I use wild cards to add cost in several different areas. As I go through this exercise 20-30 times I noticed some of the requested values are zero when there should be a dollar figure. Some function properly and some do not. If I put the area digit in the formula, I receive the proper value. But that is only for that one area. I have 10 areas and want to know the total of the cost in all areas for a given cost code. I’ve tried formatting the cells. I’ve tried retyping the value. I don’t understand why the formula works on some, but not others.