fractions

UPN

Board Regular
Joined
May 14, 2006
Messages
138
if i have 1/3 in cells a1, a2,a3, a4
how do i add them u in cell b1 as 1 1/3
cant seem to figure out what format i should be using
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
if i have 1/3 in cells a1, a2,a3, a4
how do i add them u in cell b1 as 1 1/3
cant seem to figure out what format i should be using

if all cells are formatted as fractions then just use

=SUM(a1:a4)

I'm not sure what your question is in your follow-up post, can you elucidate?
 
Upvote 0
date

if enter a date in C1, I want it to show 1/3 in D1

would it be an if formula?
 
Upvote 0
Do you mean like this? Enter this formula in D1:

=IF(C1>0,1/3,0)
 
Upvote 0

Forum statistics

Threads
1,221,307
Messages
6,159,154
Members
451,542
Latest member
mbangur

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