Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default Formula assitance needed

Cell C13s formula is: =SUM(ROUNDUP(B13/C9,0))

Where B13 is occupant load in a numerical value and C9 is the number of
people allowed for a fixture in a numerical value.

What I need now is when the occupant load is 50 or less Cell C13 should read
Uni-sex and not a number and if the occupant load is over 51 then the
numerical answer would appear in Cell C13. The quotation marks do not have
to appear around Uni-sex with the answer.

The numerical number in C9 is 500 and will not change. The numerical number
in B13 will change as it is the answer from another cell.

Can someone assist me with this formula?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default Formula assitance needed

I don't pretend to unserstand your formula, with 500 in C9 it needs a
number 25000 in B13 to mahe the formula evaluate as 50

Try this

=IF(ROUNDUP(B13/C9,0)<=50,"Unisex",ROUNDUP(B13/C9,0))

Mike

On Wed, 4 Mar 2009 12:58:05 -0800, Codeman
wrote:

Cell C13s formula is: =SUM(ROUNDUP(B13/C9,0))

Where B13 is occupant load in a numerical value and C9 is the number of
people allowed for a fixture in a numerical value.

What I need now is when the occupant load is 50 or less Cell C13 should read
Uni-sex and not a number and if the occupant load is over 51 then the
numerical answer would appear in Cell C13. The quotation marks do not have
to appear around Uni-sex with the answer.

The numerical number in C9 is 500 and will not change. The numerical number
in B13 will change as it is the answer from another cell.

Can someone assist me with this formula?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Formula assitance needed

Try this:

=IF(COUNT(C9,B13)<2,"",IF(B13<=50,"Uni-sex",ROUNDUP(B13/C9,0)))

--
Biff
Microsoft Excel MVP


"Codeman" wrote in message
...
Cell C13's formula is: =SUM(ROUNDUP(B13/C9,0))

Where B13 is occupant load in a numerical value and C9 is the number of
people allowed for a fixture in a numerical value.

What I need now is when the occupant load is 50 or less Cell C13 should
read
"Uni-sex" and not a number and if the occupant load is over 51 then the
numerical answer would appear in Cell C13. The quotation marks do not
have
to appear around Uni-sex with the answer.

The numerical number in C9 is 500 and will not change. The numerical
number
in B13 will change as it is the answer from another cell.

Can someone assist me with this formula?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default Formula assitance needed


Thank you all,

I will have to get back to you all on this one. I used the forumlas
provided but the result affected another cell I was trying to work with also.
I will have to rethink what I am trying to do. I am sure when I develope a
almost solution I will need assistance again.

Will get back later on this but I am sure it will be another post.

Thanks again.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
GP Formula Needed dhnokc Excel Discussion (Misc queries) 5 November 4th 08 03:32 PM
Excel formula to copy/paste formula needed please. colwyn Excel Discussion (Misc queries) 4 October 22nd 08 11:27 PM
Assitance W/ An If/Then formula japc90 Excel Discussion (Misc queries) 2 April 26th 08 03:33 PM
IF AND Formula Help Needed Karen Smith Excel Discussion (Misc queries) 8 December 17th 07 07:09 PM
Formula Needed! Roman Excel Discussion (Misc queries) 2 June 19th 05 09:29 PM


All times are GMT +1. The time now is 02:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"