Hi, I'm just learning excel for school and wondered i anyone could please help me with this?
I want to set a text value in cell B6 on Sheet2 (eg. to "Notes Added") if cell A7 on Sheet1 is not blank (Ie some notes have been added)
Thank you for reading
Last edited by frien; 02-24-2010 at 11:27 AM.
Try this in B6:
=IF(Sheet1!A7<>"", "Notes Added", "")
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
“None of us is as good as all of us” - Ray Kroc
“Actually, I *am* a rocket scientist.” - JB (little ones count!)
You're a star! Thank you for the quick response, I can get back to the Chemistry assignment now!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks