Wez Posted June 2, 2010 Share Posted June 2, 2010 Hey All, Does anyone know how I could take a total in one cell and populate another cell with the number over a defined figure. For example. the source cell has number 26 representing 26 hours, we would then like to populate another cell with anything over 20, in this case 6 hours without affecting the source cell. Thanks Quote Link to comment Share on other sites More sharing options...
AlanM Posted June 2, 2010 Share Posted June 2, 2010 Destination cell would just be =Source Cell - 20 Quote Link to comment Share on other sites More sharing options...
johnny g Posted June 2, 2010 Share Posted June 2, 2010 =IF(A1>20,A1-20,"") Swap A1 for your cell reference Quote Link to comment Share on other sites More sharing options...
johnny g Posted June 2, 2010 Share Posted June 2, 2010 Destination cell would just be =Source Cell - 20 Needs to be conditional from what I can gather? Quote Link to comment Share on other sites More sharing options...
AlanM Posted June 2, 2010 Share Posted June 2, 2010 =IF(A1>20,A1-20,"") Swap A1 for your cell reference Yea, that is better Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.