Page 1 of 1

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
by answerhappygod
2 Write A Function Called Nextcell That Takes A String As Argument I E Address Of The Cell Which Should Look Like 1
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 81 times
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.