Hi everyone,
I would like to write a formula which will turn "use" in case cells are empty or contain certain value (30< and >150)
Thanks for support, Karen
Hi everyone,
I would like to write a formula which will turn "use" in case cells are empty or contain certain value (30< and >150)
Thanks for support, Karen
What cells?
Trevor Shuttleworth - Retired Excel/VBA Consultant
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
What does this condition "30< and >150" mean ?
"Less then 30 and more then 150" or "more then 30 and more then 150" ?
Try this:
=IF(OR(A1="",A1<30,A1>150),"Use","")
where A1 is the cell containing data that you want to check.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
I thought it might be between 30 and 150, thus requiring an AND in the mix.
But the OP hasn't clarified the requirements.
Thank you all very much for your support.
Thanks for the rep!
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks