Hi All,
the following formula return with #value when it's blank, is there away not to display so? thanks for help in advance
=value(concatenate(a2,b2)
Hi All,
the following formula return with #value when it's blank, is there away not to display so? thanks for help in advance
=value(concatenate(a2,b2)
Last edited by helponmacro; 07-28-2012 at 12:26 AM.
Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
Ben Van Johnson
Sorry, title amended
Pleas have a go with this:
=IF(AND(A2="",B2=""),"",VALUE(CONCATENATE(A2,B2)))
SC
Do give a * (bottom left) if the post helped!
Thanks, it works
Alternatively,
=IFERROR(VALUE(CONCATENATE(A2,B2)),"")
Life's a spreadsheet, Excel!
Say thanks, Click *
@ helponmacro
Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as SOLVED. I'll do that for you now but please keep in mind for your future threads that Rule #9 requires you to do that yourself. If your problem has not been solved you can use Thread Tools (located above your first post) and choose "Mark this thread as unsolved".
Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks