Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have this formula =(I5)-(E6)+(G6), but when I type a letter on column E i get on I column a #VALUE ERROR. Any knows who to correct this from happenning? I need letter on the E column. Thanks for your help..... |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're getting a #VALUE error because you can't add letters. What are you
trying to do? Dave -- A hint to posters: Specific, detailed questions are more likely to be answered than questions that provide no detail about your problem. "tony" wrote: Hi, I have this formula =(I5)-(E6)+(G6), but when I type a letter on column E i get on I column a #VALUE ERROR. Any knows who to correct this from happenning? I need letter on the E column. Thanks for your help..... |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try
=if(isnumber(E6),I5-E6+G6, "otherwise") repalcing the otherwise with what you want it to do when you have a letter in e6. if letters can be is any of them =if(and(isnumber(E6),isnumber(I5),isnumber(G6)),I5-E6+G6, "otherwise") "tony" wrote: Hi, I have this formula =(I5)-(E6)+(G6), but when I type a letter on column E i get on I column a #VALUE ERROR. Any knows who to correct this from happenning? I need letter on the E column. Thanks for your help..... |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
6 + x -10 / Tuesday = Blue
must be that New Math... "bj" wrote: try =if(isnumber(E6),I5-E6+G6, "otherwise") repalcing the otherwise with what you want it to do when you have a letter in e6. if letters can be is any of them =if(and(isnumber(E6),isnumber(I5),isnumber(G6)),I5-E6+G6, "otherwise") "tony" wrote: Hi, I have this formula =(I5)-(E6)+(G6), but when I type a letter on column E i get on I column a #VALUE ERROR. Any knows who to correct this from happenning? I need letter on the E column. Thanks for your help..... |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I try both form and still dosen't work.....
now it said otherwise..... "dlw" wrote: 6 + x -10 / Tuesday = Blue must be that New Math... "bj" wrote: try =if(isnumber(E6),I5-E6+G6, "otherwise") repalcing the otherwise with what you want it to do when you have a letter in e6. if letters can be is any of them =if(and(isnumber(E6),isnumber(I5),isnumber(G6)),I5-E6+G6, "otherwise") "tony" wrote: Hi, I have this formula =(I5)-(E6)+(G6), but when I type a letter on column E i get on I column a #VALUE ERROR. Any knows who to correct this from happenning? I need letter on the E column. Thanks for your help..... |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Still dosen't work... know says otherwise.....
"bj" wrote: try =if(isnumber(E6),I5-E6+G6, "otherwise") repalcing the otherwise with what you want it to do when you have a letter in e6. if letters can be is any of them =if(and(isnumber(E6),isnumber(I5),isnumber(G6)),I5-E6+G6, "otherwise") "tony" wrote: Hi, I have this formula =(I5)-(E6)+(G6), but when I type a letter on column E i get on I column a #VALUE ERROR. Any knows who to correct this from happenning? I need letter on the E column. Thanks for your help..... |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What do you want it to show?
"tony" wrote: Still dosen't work... know says otherwise..... "bj" wrote: try =if(isnumber(E6),I5-E6+G6, "otherwise") repalcing the otherwise with what you want it to do when you have a letter in e6. if letters can be is any of them =if(and(isnumber(E6),isnumber(I5),isnumber(G6)),I5-E6+G6, "otherwise") "tony" wrote: Hi, I have this formula =(I5)-(E6)+(G6), but when I type a letter on column E i get on I column a #VALUE ERROR. Any knows who to correct this from happenning? I need letter on the E column. Thanks for your help..... |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The formula dosen't add. I just want to be able to add and include text on
that column. "bj" wrote: What do you want it to show? "tony" wrote: Still dosen't work... know says otherwise..... "bj" wrote: try =if(isnumber(E6),I5-E6+G6, "otherwise") repalcing the otherwise with what you want it to do when you have a letter in e6. if letters can be is any of them =if(and(isnumber(E6),isnumber(I5),isnumber(G6)),I5-E6+G6, "otherwise") "tony" wrote: Hi, I have this formula =(I5)-(E6)+(G6), but when I type a letter on column E i get on I column a #VALUE ERROR. Any knows who to correct this from happenning? I need letter on the E column. Thanks for your help..... |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Do you want to concatinate text?
Please give an example of the input values and what you want the result to be? "tony" wrote: The formula dosen't add. I just want to be able to add and include text on that column. "bj" wrote: What do you want it to show? "tony" wrote: Still dosen't work... know says otherwise..... "bj" wrote: try =if(isnumber(E6),I5-E6+G6, "otherwise") repalcing the otherwise with what you want it to do when you have a letter in e6. if letters can be is any of them =if(and(isnumber(E6),isnumber(I5),isnumber(G6)),I5-E6+G6, "otherwise") "tony" wrote: Hi, I have this formula =(I5)-(E6)+(G6), but when I type a letter on column E i get on I column a #VALUE ERROR. Any knows who to correct this from happenning? I need letter on the E column. Thanks for your help..... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I correct error using the =IF(AND(formula in excel? | Excel Worksheet Functions | |||
How do I correct error using the =IF(AND(formula in excel? | Excel Worksheet Functions | |||
How do I correct the #DIV/0! error? | Excel Worksheet Functions | |||
How do I correct a #value! error | Excel Discussion (Misc queries) | |||
Please help correct a simple error | New Users to Excel |