Every time I think I've got this thing beat, they throw another curve at me!
If cell Q19 is blank, leave target cell blank
If cell Q19 is not blank, return the value of cell E$4
Thank you!!![]()
Every time I think I've got this thing beat, they throw another curve at me!
If cell Q19 is blank, leave target cell blank
If cell Q19 is not blank, return the value of cell E$4
Thank you!!![]()
Last edited by amthyst826; 02-22-2010 at 08:06 PM.
=if(Q19<>"",E$4,"")
or
=if(isblank(Q19),"",E$4)
The second one did it! Thanks!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks