- 2 Write A Function Called Nextcell That Takes A String As Argument I E Address Of The Cell Which Should Look Like 1 (7.53 KiB) Viewed 80 times
2. Write a function called NextCell that takes a string as argument, (i.e., Address of the cell,) which should look like
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
2. Write a function called NextCell that takes a string as argument, (i.e., Address of the cell,) which should look like
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.