View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default The goal is 5 per 100 transactions, how do I write formula for %

With your Transactions in A1, and your Subscriptions in A2, Type this formula
in A3

=LOOKUP(A2/A1,{0,0.05,0.051},{"less than 100%","100%","Over 100%"})

hth
Vaya con Dios,
Chuck, CABGx3



"andy3468" wrote:

I'm new to Excel and I'm trying to write this formula; please help!

For example:

100 Transactions done today
5 subscriptions
=100%

andy