How do I go about doing the following:
If cell "A" contains any number value than cell "B" will simply just show an addition sign (+)? I don't want it to do any calculations. Thank you!
How do I go about doing the following:
If cell "A" contains any number value than cell "B" will simply just show an addition sign (+)? I don't want it to do any calculations. Thank you!
Try this
![]()
Please Login or Register to view this content.
the syntax for an if() statement is...
=if(criteria-to-test,what-to-do-if-test=TRUE,what-to-do-if-test=FALSE)
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
thank you guys. i know i am making this way too hard. I
typed this into the cell where i wanted the addition sign to appear. however excel will not let me do it because it is a circular reference. not really sure what that means.
After looking it up I know what a circular reference is. I also found out how to disable them by going to options and enabling iterative calculations. Now it works. Thankyou!
umm OK, if you have a circ ref, you have probably done something wrong...it's never a good idea to turn off warning messages like that - circ errors can cause all sorts of wierd, unexpected answers to appear.
I would suggest you find/fix the error rather than ignore it...kinda like turning up the radio in the car coz the engine is making funny noises?
Im thinking that in B1 you need =if(isnumber(a1),"+",A1)
NOTE the "" around + these turn + into text, esle excel expects the + to be teh start of a formula
Last edited by FDibbins; 03-30-2013 at 04:34 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks