Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default I can't find why my formula is inconsistant - please help

I have the formula of

=IF(ISBLANK(D18),"",IF(E18="unknown","",(IF(ISBLAN K(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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 860
Default I can't find why my formula is inconsistant - please help

Hi Kath,

The inconsistant formula error just means that it is inconsistant
with the adjacent cells. I suppose someone might find this
(feature??) handy, I just find it a pain in the a##.

Either turn of error checking all together or just turn of
that particular option in error checking.

HTH
Martin


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default I can't find why my formula is inconsistant - please help

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
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default I can't find why my formula is inconsistant - please help

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",ISB LANK(F18)),"",C18*F18)
?
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Kath" wrote in message
...
I have the formula of


=IF(ISBLANK(D18),"",IF(E18="unknown","",(IF(ISBLAN K(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


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

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",ISB LANK(F18)),"",C18*F18)
?
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Kath" wrote in message
...
I have the formula of


=IF(ISBLANK(D18),"",IF(E18="unknown","",(IF(ISBLAN K(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





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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

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

MartinW - Thank you very much - I am not yet completely familiar with Excel,
so I thought there was a bigger error than just "this cell has a different
formula to my neighbouring cell". I shall have to remember that in future.
Thank you very much for your help. I appreciate it.

"MartinW" wrote:

Hi Kath,

The inconsistant formula error just means that it is inconsistant
with the adjacent cells. I suppose someone might find this
(feature??) handy, I just find it a pain in the a##.

Either turn of error checking all together or just turn of
that particular option in error checking.

HTH
Martin



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 860
Default I can't find why my formula is inconsistant - please help

You're welcome Kath,

This sort of (helpful??) programming is rampant in Excel.
Personally I would like to get a hold of the programmers
responsible and teach them a few realities of life that they
seem to be missing.

Then again perhaps it is better that we don't meet!
A long jail sentence doesn't sound like much fun!

Regards
Martin


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to find a formula Lanza52 Excel Worksheet Functions 1 July 13th 06 06:11 AM
Lookup Data in two seperate Spreadsheets Padraig Excel Worksheet Functions 6 June 28th 06 03:05 PM
find and paste formula Taru Excel Worksheet Functions 2 June 16th 06 08:50 PM
Find Formula Problem thigley986 Excel Worksheet Functions 4 February 27th 06 08:15 PM
copy and pasting a find all list into another column Ben Excel Discussion (Misc queries) 18 December 31st 05 10:51 PM


All times are GMT +1. The time now is 12:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"