• 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.

Move data to next cell and Replace this cell with a word

Asheesh

Excel Ninja
Hi All,

Require your help.. please see the attached

I have explained the issue in the file..

I know this can be done using macros but it being once off activity, i dont want to write codes...so thought you guys might have a formula or may know a quick way out..

Regards
Asheesh
 

Attachments

  • Move & Insert data.xlsm
    8.9 KB · Views: 6
Hi Asheesh,
See if it helps:

=IF(B2="b",IF(AND(B$1=H$1,B2="b"),"Open","N/A"),B2)

in H2, Copy down and across.
Regards,
 
Thanks Khalid...I already used Som's suggestion...but I am sure even your solution would be right...
 
Back
Top