Condition formula?, displaying 1 for every 25?

pabraya

New Member
Joined
Aug 22, 2002
Messages
2
Hello,
This is most likely a very simple question.
What I am trying to do is have a cell add 1 to every 25 in another cell. What I mean is this:
Suppose is cell F12 I put in the number 25, I would then like cell E15 to display 1.
I then insert the number 50 in cell F12; cell E15 would then automatically display the number 2.
I then insert the number 75 in cell F12; cell E15 would then automatically display the number 3.
And so on. I hope this makes sense.


Thanks a Million
pabraya
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Aladin Akyurek

MrExcel MVP
Joined
Feb 14, 2002
Messages
85,210
On 2002-08-23 09:26, pabraya wrote:
Hello,
This is most likely a very simple question.
What I am trying to do is have a cell add 1 to every 25 in another cell. What I mean is this:
Suppose is cell F12 I put in the number 25, I would then like cell E15 to display 1.
I then insert the number 50 in cell F12; cell E15 would then automatically display the number 2.
I then insert the number 75 in cell F12; cell E15 would then automatically display the number 3.
And so on. I hope this makes sense.


Thanks a Million
pabraya

Perhaps

=F12/25

to be entered in E15 ?
 
Upvote 0

lenze

Legend
Joined
Feb 18, 2002
Messages
13,690
In E15 enter
=F12/25

You might use =ROUND(F12/15,0) or perhaps

=FLOOR(F12/25,1)
 
Upvote 0

Forum statistics

Threads
1,195,849
Messages
6,011,955
Members
441,657
Latest member
Diupsy

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
Top