Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
N.R.
 
Posts: n/a
Default if greater then 99 then 1 if greater then 199 then two

im trying to find out if a value in a cell is greater then 99 then it should
say 1 if its greater then 199 then it should say 2 and so on and so on up to
999

what im really trying to do is find out if i had a total of $325.35 what
increments i need such as hundreds fiftys twentys tens fives and so on if any
one know that would be great if im dreaming well i guess im dreaming

thanks
N.R.
  #2   Report Post  
Barb R.
 
Posts: n/a
Default

If your # is in cell A1, here's the answer

=IF(MOD(A1,100)=99,1+INT(A1/100),INT(A1/100))

I'm assuming your numbers are 199 as opposed to 1.99 which may not be a
valid assumption.

There are a lot of answers to the 2nd part, but I'd have to think about it
in EXCEL.

"N.R." wrote:

im trying to find out if a value in a cell is greater then 99 then it should
say 1 if its greater then 199 then it should say 2 and so on and so on up to
999

what im really trying to do is find out if i had a total of $325.35 what
increments i need such as hundreds fiftys twentys tens fives and so on if any
one know that would be great if im dreaming well i guess im dreaming

thanks
N.R.

  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

A worksheet formula?

=INT(A2/100)

--
HTH

Bob Phillips

"N.R." wrote in message
...
im trying to find out if a value in a cell is greater then 99 then it

should
say 1 if its greater then 199 then it should say 2 and so on and so on up

to
999

what im really trying to do is find out if i had a total of $325.35 what
increments i need such as hundreds fiftys twentys tens fives and so on if

any
one know that would be great if im dreaming well i guess im dreaming

thanks
N.R.



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
How do I filter a list using a greater than todays date function? LV Excel Worksheet Functions 2 April 29th 05 06:07 PM
Help with SUMIF, INDEX, LOOKUP Please !! Robert Excel Worksheet Functions 13 March 13th 05 12:17 AM
Help w/ SUMIF ; INDEX Robert Excel Worksheet Functions 2 March 12th 05 02:23 AM
If Greater than when a formula Results in N/A John Excel Worksheet Functions 2 December 15th 04 08:19 PM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 02:06 AM


All times are GMT +1. The time now is 10:55 AM.

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

About Us

"It's about Microsoft Excel"