Thread: Formula Error
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Formula Error

Question 1. How many arguments does the IF function want? [See Excel help
if you don't know.]

Question 2. How many arguments does your outer IF function have?
--
David Biddulph

phowe43 wrote:
=IF(C2="H",B2,0,If(d2="H",b2,0))

Any thoughts on why I get a message of...

"You've entered too many arguments for this function"


Thanks so much