• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

If + Offset

Status
Not open for further replies.
arifanmol, Good morning.

Try to put in A4 --> =IF(D7=4, OFFSET(D6,-1,0), "Nothing")

The "FALSE" is appearing because what to do is missing in the second argument of the IF function.
I put the word Nothing to fill in the missing argument.

Please, tell us if it is what you need.

have a nice day!
 
arifanmol, good morning.

Try this formula to meet your new exact request.

=IF(COUNTIF(A1:A2,"H"), "accepted", "rejected")

------------------------------------------------------------------------------------------------------------------------
Please do not use the same post to ask for solutions to different questions.

Each question has to have its own post.
This makes it easy for all users to find the solutions that different users kindly provide to requesters.
------------------------------------------------------------------------------------------------------------------------

Have a nice day!
 
Status
Not open for further replies.
Back
Top