View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How to write a formulae

In say, C24: =IF(B42="","",IF(B42<2%,B42*5,B42*10))

--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"Jules" wrote:
I need a formulae for the below logic ..can you help me?
If B42 < 2%, multiply it by 5. If = 2%, multiply by 10