Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
I have an invoice that i have designed in excel an have a vlookup value so that when i select a material from a drop down list it automatically puts the correct price in another cell. however if there is no materials in one of the cells it presents a "value not available error" and puts N/A in the cost cell. this in turn then messes up the calculations for adding up the matterial costs and VAT. Is there anyway of making it dissapear or making it say 0 if there are no materials entered in any of the material cells boxes? many thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(ISNA(YourFormula),0,YourFormula)
-- Kind regards, Niek Otten "phill" wrote in message ... | hi | | I have an invoice that i have designed in excel an have a vlookup value so | that when i select a material from a drop down list it automatically puts the | correct price in another cell. however if there is no materials in one of | the cells it presents a "value not available error" and puts N/A in the cost | cell. this in turn then messes up the calculations for adding up the | matterial costs and VAT. Is there anyway of making it dissapear or making it | say 0 if there are no materials entered in any of the material cells boxes? | | many thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
HI ME AGAIN
THANKS FOR YOUR REPLY IT WORKED FINE. CAN I GET IT TO DISPLAY A BLANK CELL AND NOT ZEROS INSTEAD? "Niek Otten" wrote: =IF(ISNA(YourFormula),0,YourFormula) -- Kind regards, Niek Otten "phill" wrote in message ... | hi | | I have an invoice that i have designed in excel an have a vlookup value so | that when i select a material from a drop down list it automatically puts the | correct price in another cell. however if there is no materials in one of | the cells it presents a "value not available error" and puts N/A in the cost | cell. this in turn then messes up the calculations for adding up the | matterial costs and VAT. Is there anyway of making it dissapear or making it | say 0 if there are no materials entered in any of the material cells boxes? | | many thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(ISNA(YourFormula),"",YourFormula)
-- Kind regards, Niek Otten "phill" wrote in message ... | HI ME AGAIN | | THANKS FOR YOUR REPLY IT WORKED FINE. CAN I GET IT TO DISPLAY A BLANK CELL | AND NOT ZEROS INSTEAD? | | "Niek Otten" wrote: | | =IF(ISNA(YourFormula),0,YourFormula) | | -- | Kind regards, | | Niek Otten | | "phill" wrote in message ... | | hi | | | | I have an invoice that i have designed in excel an have a vlookup value so | | that when i select a material from a drop down list it automatically puts the | | correct price in another cell. however if there is no materials in one of | | the cells it presents a "value not available error" and puts N/A in the cost | | cell. this in turn then messes up the calculations for adding up the | | matterial costs and VAT. Is there anyway of making it dissapear or making it | | say 0 if there are no materials entered in any of the material cells boxes? | | | | many thanks | | | |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to obtain both std dev and std error mean in each y error bar | Excel Worksheet Functions | |||
Ignore error msgs in formula references | Excel Discussion (Misc queries) | |||
Error trapped only while stepping through the code - Not triggered when run | Excel Discussion (Misc queries) | |||
Error trapped only while stepping through the code - Not triggered when run | Excel Discussion (Misc queries) | |||
Problem with VBA returning the contents of a long formula. | Excel Discussion (Misc queries) |