Thread
:
Find the first lowest value in a column that exceeds $foo
View Single Post
#
5
Posted to microsoft.public.excel.programming
Ron Rosenfeld
external usenet poster
Posts: 5,651
Find the first lowest value in a column that exceeds $foo
On Sat, 21 Mar 2009 21:44:28 -0400, Ron Rosenfeld
wrote:
=1/FLOOR(1/D1*100000000,1)*100000000
Simplified:
=100000000/INT(100000000/D1)
--ron
Reply With Quote
Ron Rosenfeld
View Public Profile
Find all posts by Ron Rosenfeld