Share via

What is the formula to add and substract Acres and guntas (Area)

Anonymous
2017-10-03T17:29:15+00:00

I need formula for following calculation.

40 guntas = 1 acre.

Then how to add 2 acres 35 guntas + 2 acres 25 guntas ? ( Total is 5 acres 20 guntas ) Next, how to subtract 3 acres 20 guntas - 1 acre 30 guntas ?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2017-10-04T05:35:50+00:00

    Adding A2 & B2 with A3 & B3:

    Formula in cell A5 (acres):

    =A2+A3+INT((B2+B3)/40)

    Formula in cell B5 (guntas):

    =MOD(B2+B3,40)

    Subtract: D2 & E2 minus D3 & E3:

    Formula in cell D5 (acres):

    =INT(((D2*40+E2)-(D3*40+E3))/40)

    Formula in cell E5 (guntas):

    =MOD((D2*40+E2)-(D3*40+E3),40)

    Regards,

    Amit Tandon

    www.globaliconnect.com

    10+ people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful