Hi,
I required a help in formula where as a item code AI2 (Cell no 4 & 5)does not have any allowable rate , but in that item code has incurred value for Operatives and Equipment (Highlighted Cells).
In this case i required a formula for AI2 should return as a Allowable value = Incurred value, it means there is no allowable value then there is no incurred value both return as zero values.
Thanks for the help in advance,
I required a help in formula where as a item code AI2 (Cell no 4 & 5)does not have any allowable rate , but in that item code has incurred value for Operatives and Equipment (Highlighted Cells).
In this case i required a formula for AI2 should return as a Allowable value = Incurred value, it means there is no allowable value then there is no incurred value both return as zero values.
Thanks for the help in advance,
Book2 | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | |||
1 | Allowable Value | Incurred value | |||||||||||||||
2 | Item | Measurement | Operative | Equipment | Operative | Equipment | Operative | Equipment | Allowable Rate Per Mtr | Opeartive & Equipment rate per Hr | |||||||
3 | Code | Work Done in mtr | Worked Hrs | Estimated | Consumed | Item Code | Operative | Equipment | Item Code | Operative | Equipment | ||||||
4 | AI1 | 10 | 25 | 10 | 120 | 450 | 300 | 120 | AI1 | 12 | 45 | AI1 | 12 | 45 | |||
5 | AI2 | 50 | 30 | 5 | 0 | 0 | 420 | 70 | AI2 | AI2 | 14 | 14 | |||||
6 | AI2 | 15 | 47 | 60 | 0 | 0 | 658 | 840 | AI2 | AI2 | 15 | 15 | |||||
7 | AI4 | 39 | 26 | 11 | 546 | 585 | 364 | 154 | AI4 | 14 | 15 | AI4 | 14 | 15 | |||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
E4:E7 | E4 | =IFERROR(VLOOKUP($A4,$J$4:$L$9,2,FALSE),0)*B4 |
F4:F7 | F4 | =IFERROR(VLOOKUP($A4,$J$4:$L$9,3,FALSE),0)*B4 |
G4:H7 | G4 | =+IFERROR(VLOOKUP($A4,$M$4:$O$9,2,FALSE),0)*C4 |