thanks Ragdyer - no that formula doesnt seem to work - the formula I have
works fine, but being new to excel, I didnt understand what the inconsistant
formula alert thingy meant, which MartinW explained. Thanks though - I
appreciate it.
"Ragdyer" wrote:
> I don't quite follow all your arguments in your formula, but, does this work
> any better for you:
>
> =IF(OR(ISBLANK(C18),ISBLANK(D18),E18="unknown",ISBLANK(F18)),"",C18*F18)
> ?
> --
> HTH,
>
> RD
>
> ---------------------------------------------------------------------------
> Please keep all correspondence within the NewsGroup, so all may benefit !
> ---------------------------------------------------------------------------
> "Kath" <(E-Mail Removed)> wrote in message
> news:8D4C531F-8B51-41EF-8243-(E-Mail Removed)...
> > I have the formula of
> >
> >
> =IF(ISBLANK(D18),"",IF(E18="unknown","",(IF(ISBLANK(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
>
>
|