+ Reply to Thread
Results 1 to 3 of 3

if formula returns a zero value, do another calculation

  1. #1
    Forum Contributor
    Join Date
    04-24-2012
    Location
    Manchester
    MS-Off Ver
    Excel 2007
    Posts
    140

    if formula returns a zero value, do another calculation

    Hi

    What i am after is when a formula returns a value of zero, i need it to look at another figure elsewhere and re-do the calculation. Looking at the attachment will explain this further. Cell D4 has no figure in it, therefore J4 will not. instead i need J4 to calculate the total pay based on the hourly rate of £7 per hour multiplied by the minutes taken.test.xlsx

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: if formula returns a zero value, do another calculation

    Enter =IF(D4="",7*(I4/60),F4)

  3. #3
    Forum Contributor
    Join Date
    04-24-2012
    Location
    Manchester
    MS-Off Ver
    Excel 2007
    Posts
    140

    Re: if formula returns a zero value, do another calculation

    Hi JieJenn

    This works great thank you very much for your reply!

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1