I'll preface by saying that I know next-to-nothing about VBA.

I need to implement a Cell Change Event that if someone types anything in cell A1, cell C1 will be updated to say "banana" & if someone types anything in cell B1, cell C1 will be updated to say "strawberry". In turn, if after typing in B1, someone types in A1, C1 will change to "banana" again.

Short version: if someone types in A1 or B1, C1 changes, based upon the last change.

If any other cell is typed in, it does nothing.

Can anyone help me w/ code for this?