2. Write a function called NextCell that takes a string as argument, (i.e., Address of the cell,) which should look like
Posted: Tue Jul 12, 2022 8:11 am
2. Write a function called NextCell that takes a string as argument, (i.e., Address of the cell,) which should look like the address of a cell such as C2. The function should return True or False depending on whether the cell to the right of this one contains a formula. For example, if you pass C2, it checks whether D2 contains a formula.