Beneindias
Board Regular
- Joined
- Jun 21, 2022
- Messages
- 120
- Office Version
- 365
- Platform
- Windows
- MacOS
Hello,
I'm trying to do something that i'm honestly not confident that can work as I imagine.
Lets assume that I have cell A1, where I can have "Sunday" or "Weekday"
In cell C1, tha data will depend on what is in cell A1,
So, if I have "Sunday" in cell A1, I want cell C1 to be empty, but if in A1, I have "Weekday", I want to input something.
I was trying to create a Data Validation condition, but it's not working properly, because it's only validating empty cell.
I tried with this validation:
Is it possible to do a data validation like I am trying?
Can any of you help me with this?
Thank you all
I'm trying to do something that i'm honestly not confident that can work as I imagine.
Lets assume that I have cell A1, where I can have "Sunday" or "Weekday"
In cell C1, tha data will depend on what is in cell A1,
So, if I have "Sunday" in cell A1, I want cell C1 to be empty, but if in A1, I have "Weekday", I want to input something.
I was trying to create a Data Validation condition, but it's not working properly, because it's only validating empty cell.
I tried with this validation:
Excel Formula:
=IF(OR($B8="Holiday";$B8="Saturday";$B8="Sunday");"")
Is it possible to do a data validation like I am trying?
Can any of you help me with this?
Thank you all