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

Formula Required

Need little help in following issue which I am coming across at work.

I have 2 coulmn's data, in column A = Sale orders, Column B = Line id, we need to drag unique line id for all the similar Sale orders in Column B, looking at Column "A" information.

Eg : Column A2 = 32992947, Column B2 = 3299294732992947+1+1, B3 = N/A we need this to be filled with upper B2 data.

If there is any Order which is without Line id it can be as "N/A".

Is there any way we could fill the cells based on Sale order in column "A"

I am attaching a file with the sample data, let me know if need to put this case in group chat.

Regards,
Harish
 

Attachments

  • Order Data.xlsx
    19.4 KB · Views: 2
Check this..

C2 =IF(A2=A1,C1,B2)

Note : I doesn't think that this is an excel challenge.
 

Attachments

  • Order Data.xlsx
    27.8 KB · Views: 2
Back
Top