Function Question

  • Thread starter Thread starter Rubix
  • Start date Start date
R

Rubix

The function I am trying to figure out is this:

=IF(ISBLANK(E2),"",IF(N2<2,"Next" <here if N2 is <2 show contents
from cell G1>)))

I want to show contents from cell G1 to the above function, how do I
do this?

Thanks,
Rube
 
Not very what you really want from your post,
but try in say, O2: =IF(E2="","",IF(N2<2,G1,""))

I've assumed that if N2 >=2, nothing: "" is to be returned
(Your post was silent on this)
 
I've just replied to this on public.excel - please do not multi-post.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top