Dear all,
I know how to do following functions seperately
1 =--MID(A2,3,10)
2 =IF(ISERROR(E3+F3),"",E3+F3)
but for my work, i want to combine these two functions
If you can have a look at my attached excel sheet, then in cell B8, there is #VALUE!
i dont know how to combine function 1 and 2 mentioned above.
will be very happy, if somebody can help me
thanks in advance,
kadi
I don't understand how you want them combined. They are not related.
Please explain with words what it is you want to achieve.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
dear moderator, i am reaally sorry for not putting it right.
I have two columns A and B, with 100 rows.
column B is actually made from column A,
the used function converts to text to numeric.
In column A, ther are few rows missing, therefore when I use a formula based on column A, it is obviuos for the error to come in. But I dont want that error #value! to be displayed, therefore I wanted to use the IF ISERROR function along with mid function, but then i didnt know how to combine that along with mid function
thanks for your time
try
=IF(ISERROR(--MID(A1,3,10)),0,--MID(A1,3,10))
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and a dabbler in Cisco
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
Thank you so much, it works now
out of curiosity, from where do u all learn such tips, i tried to look in help files from excel, but couldnt get this information.
thanks again for inspiration.
In Excel 2010 you could also use IFERROR, i.e.
=IFERROR(--MID(A1,3,10),0)
Audere est facere
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks