Thread
:
cell ref
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
external usenet poster
Posts: 5,651
cell ref
On Sun, 16 Nov 2008 09:41:00 -0800, markwmansell
wrote:
can i link cells so when ever i put can 1 in a cell it will auto put sc in
the cell next to it?
If the two cells are A1 and B1, then
B1: =if(a1=1,"sc","")
--ron
Reply With Quote
Ron Rosenfeld
View Public Profile
Find all posts by Ron Rosenfeld