Thread: excel formula
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
asdreifus asdreifus is offline
external usenet poster
 
Posts: 1
Default excel formula

I need a formula that allows for two different percentages based on reaching
a certain limit. I tried the following:

=IF(cell#35,cell#*.0625),If(cell#<35,cell#*.0725)

I got the VALUE# error message. Any ideas?