I enter certain value in cell A1.
The value should be divisible by 50 ( or any other fixed value).
If so in cell B1 I need a n OK Message.
If not it should return a message in cell B1.
Please advise.
Thank you
Kart
I enter certain value in cell A1.
The value should be divisible by 50 ( or any other fixed value).
If so in cell B1 I need a n OK Message.
If not it should return a message in cell B1.
Please advise.
Thank you
Kart
Hi, Perhaps:-
Regards Mick![]()
Please Login or Register to view this content.
You could perhaps use Validation on A1 itself so as to restrict entry in the first instance ?
eg select A1 and apply the same test as a Custom validation rule of
=MOD(A1,50)=0
Last edited by DonkeyOte; 11-18-2009 at 07:19 AM.
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Hello,
I think you can use IF formula.
=IF(A1/50,"OK"," ")
Rahul
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks