I have sheet 1 with cell A and cell B, I would like to manually enter cell B and have cell A auto populate by searching/referencing sheet 2.
best,
Owen
Hi Owen,
You'd use cross-sheet formulas to make that work.
Either VLOOKUP or a combination of INDEX/MATCH.
Would that work?
Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
I hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer. It will make it easier for others to find a solution or help to answer!
Thank you for the quick reply. My return error is "No Match". I reference just one column on the reference sheet and cell is auto populated. The Quote@row cell is Text/Number. I have 1528 in the ref sheet but again no match.
=VLOOKUP(Quote@row, {RFQ list Range 2}, 1, false)
Thank you,
Happy to help!
Can you share the sheets? Much easier to help that way!
Hello. I need help please. I am working on a Smarthsheet schedule where I need to define the calendar (ie exclude public holidays and our annual construction builders break) without enabling dependencies because that messed up my sheet previously. I have a separate sheet that has a list of non working days. My formula is a…
When I create a URL in a cell, it consists of the URL, and Display Text. How do I write a formula to, say, add the value from the autonumber field onto the end of the URL, and then display the autonumber field text as the Display Text?
I could use some help with my formula. The "Overdue" is not working when TODAY is greater than Overdue Date. Please see formula below. =IF(NOT(ISBLANK([Complete / Decision Date]@row )), "Completed", IF(ISBLANK([Start Date]@row ), "Not Started", IF(ISBLANK([Due Date]@row ), IF(TODAY() < [Start Date]@row , "Not Started", "In…