I have a spreadsheet where I enter codes that labor hours will be charged to. I also have a spreadsheet where I would like the codes to transfer over to. I have formulas in that are working ... somewhat. It isn't capturing all the codes that have labor.
This is the spreadsheet I input the information into:
This is the spreadsheet I would like the information to transfer into:
I hope you can see that it isn't grabbing everything:
Here is the formula in T6
=COUNTIF('Job Cost'!$C$7:$C$70,">0")
Here is the formula in column Q
=IF(ROWS($Q$14:Q14)>$T$6,"",INDEX('Job Cost'!$A$7:$A$70,AGGREGATE(15,6,ROW('Job Cost'!$A$7:$A$70)-ROW('Job Cost'!$A$7)+1/('Job Cost'!$C$7:$C$70>0),ROWS($Q$14:Q14))))
Here is the formula in column R
=IF(Q14="","",VLOOKUP(Q14,'Job Cost'!$A$7:$B$70,2,0))
I think the formula in column Q is the problem.
Please help
This is the spreadsheet I input the information into:
Excel 2010 | |||
---|---|---|---|
C | |||
63 | 20 | ||
Job Cost |
This is the spreadsheet I would like the information to transfer into:
Excel 2010 | |||
---|---|---|---|
Q | |||
28 | 02272 | ||
Field Time Sheet |
Cell Formulas | ||
---|---|---|
Range | Formula | |
Q28 | =IF(ROWS($Q$14:Q28)>$T$6,"",INDEX('Job Cost'!$A$7:$A$70,AGGREGATE(15,6,ROW('Job Cost'!$A$7:$A$70)-ROW('Job Cost'!$A$7)+1/('Job Cost'!$C$7:$C$70>0),ROWS($Q$14:Q28)))) |
I hope you can see that it isn't grabbing everything:
Excel 2010 | |||
---|---|---|---|
Q | |||
28 | 02272 | ||
Field Time Sheet |
Cell Formulas | ||
---|---|---|
Range | Formula | |
Q28 | =IF(ROWS($Q$14:Q28)>$T$6,"",INDEX('Job Cost'!$A$7:$A$70,AGGREGATE(15,6,ROW('Job Cost'!$A$7:$A$70)-ROW('Job Cost'!$A$7)+1/('Job Cost'!$C$7:$C$70>0),ROWS($Q$14:Q28)))) |
Here is the formula in T6
=COUNTIF('Job Cost'!$C$7:$C$70,">0")
Here is the formula in column Q
=IF(ROWS($Q$14:Q14)>$T$6,"",INDEX('Job Cost'!$A$7:$A$70,AGGREGATE(15,6,ROW('Job Cost'!$A$7:$A$70)-ROW('Job Cost'!$A$7)+1/('Job Cost'!$C$7:$C$70>0),ROWS($Q$14:Q14))))
Here is the formula in column R
=IF(Q14="","",VLOOKUP(Q14,'Job Cost'!$A$7:$B$70,2,0))
I think the formula in column Q is the problem.
Please help