Hi, I want to make a manual record if condit...

Hi,

I want to make a manual record if conditional data records are not required, is this possible? (if and ifs)

Example:

=IF(NOT(OR([Test1]=โ€œabcโ€, [test1]=โ€œdefโ€)), [temperature]=25, โ€œmanuel entryโ€)

I will enter the manually if the condition is not met

Thanks

0 3 303
3 REPLIES 3

I believe you could do that in two steps:

  1. Use a conditional expression in Editable_If, so only when a particular condition is met it will allow data entry in that column.

  2. Enter an IF() expression in Initial Value, to automatically fill the columnโ€™s value with a default you wish for cases that the above condition in step 1 is not met and user is not supposed to do manual entry.

@RezaRaoofi

Excellent solution, thank you very much.

@Test_Birimi youโ€™re welcome!

Top Labels in this Space