[Excel 2010] Need to output the value and remainder to a single cell

stlpixurs

New Member
Joined
Jun 23, 2011
Messages
2
Okay Excel geniuses, let's see what you've got.

I am building a structure in Minecraft and need to do some math and have all of my ducks in a row before starting. Here's exactly what I have and will need:

In each inventory slot, you can hold up to 64 of a single item before another slot starts filling up. So if I have 70 stone blocks, I will have 1 full slot of stone blocks, plus 8 in another. If I have 255 stone blocks, I will have 3 full slots plus 63 in another. Got it?

I know MOD() will get the remainder, but I need to output this in a single cell with the number of full slots and the remainder together, so something formatted like "3 r63" or anything else easily readable is needed. There will be at least 123 different values, so an expression that I can copy and drag paste would be preferable.
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Thank you very much Greg. I had no clue as to how to format the formula to include text with variables around it. You sir, are the man.
 
Upvote 0

Forum statistics

Threads
1,224,558
Messages
6,179,512
Members
452,920
Latest member
jaspers

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top