I am trying to build a formula so when a number is entered into the Lot Number column, the cell in the next column over (Lot Status) will automatically generate the word "Available". I have tried the following formula with no success:
=IF([Lot Number]:[Lot Number] = 1, [Lot Status]:[Lot Status] = "Available")
Please note, I just put =1 after lot number because I need it to pick up when a number is typed into that cell.
Thanks!