Thread
:
Need help with formula please
View Single Post
#
5
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\)
external usenet poster
Posts: 2,202
Need help with formula please
Put this formula in D3...
=IF(C2<2,10,IF(C2<7,15,IF(C2<15,20,IF(C2<25,25,30) )))
Damn! Change the C2's above to C3's.
and copy down.
Rick
Reply With Quote
Rick Rothstein \(MVP - VB\)
View Public Profile
Find all posts by Rick Rothstein \(MVP - VB\)