Thread: Formula Help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Formula Help

Hi,

Try this and drag down as required

=INT(B8/2)

Mike

"Sasikiran" wrote:

Dear,

I need your help in counting the number of people required for each slot
based on the number of transactions.

In column B i have a number. In column C i need to insert a formula which
counts the number of people required for every 2 transactions.

Say in B9 the number is 4, by formula the count in C9 should be 2.
For every 2 rise in number in column B, the required number in column C
increases by 1 number.

Please advise.