I was wondering how I would allow a cell to not only display a value from another cell but switch its value to represent another cell if a value were inputed into that alternate cell. for ex:
a1 =1+1 b1 displays 2 but then i type into a2, 2+2 b1 now displays 4. b1 removed its association temporarily from a1 to a2. I would like to do this all the way down to a9, so that b1 would read whatever the last inputed number was in the a column. Also I need to set it up so that when you type a value into more than 1 of the a cells you are prompted to either add the two values a1+a2 to store in b1 or to just display a2 by itself, or whatever the last inputed number was. I want to give the user that option. Can anyone help me?
thanks to all that spend time helping others understand this program better. It can be a little overwhelming sometimes.![]()
Bookmarks