mmtraining
IS-IT--Management
In a table people fill in information about costs. If they are not sure, they either leave the cell free or write some text or put in a question mark.
I want to find out if the cell next door contains information. If yes, check this cell to see if the contents is numeric and larger than 0, if not larger than zero or if not numeric, then put in a zero. If the cell next door is empty then stop running. Otherwise loop.
My question: How can I check the cell next door (to the left) to see if it contains data? I know I use isempty, but how do I address the cell? I am a bit weak on RANGE and CELLS, sorry.
Thanx for any ideas![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Carol
Berlin, Germany
I want to find out if the cell next door contains information. If yes, check this cell to see if the contents is numeric and larger than 0, if not larger than zero or if not numeric, then put in a zero. If the cell next door is empty then stop running. Otherwise loop.
My question: How can I check the cell next door (to the left) to see if it contains data? I know I use isempty, but how do I address the cell? I am a bit weak on RANGE and CELLS, sorry.
Thanx for any ideas
Carol
Berlin, Germany