View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kath Kath is offline
external usenet poster
 
Posts: 23
Default I can't find why my formula is inconsistant - please help

Hi Ron - I wasnt actually getting any error message as such - the formula was
working as I wanted it to, but being new to Excel, I didnt realise what
inconsistant formula meant, but now I do. Thanks for your help though - I
appreciate it.

"Ron Rosenfeld" wrote:

On Sat, 15 Jul 2006 23:59:02 -0700, Kath
wrote:

I have the formula of

=IF(ISBLANK(D18),"",IF(E18="unknown","",(IF(ISBLA NK(C18),(F18),(PRODUCT(C18,F18))))))

and I am getting an inconsistant formula error message.

C18 is the quantity code
D18 is where an item catalogue code would go
E18 is where the item description would be displayed (as is set to display
unknown if the code is unrecognised)
F18 is the unit price

Can anyone give me a direction as to why the formula seems to be working
correctly, but is returning an error of an inconsistant formula.

thanks


What "formula error" message are you getting?
What are the inputs when you get that message?


--ron