If I have 2 sheets. Sheet 1 and sheet 2, (names will be changed)
I need an if/then formula to say
If sheet1 sheetname is "X" and "X" matches the name of Sheet2 A1 Fill a specific cell in Sheet 1with the info from Sheet2 B1
So example:
Sheet1 is named "shot_001". I want the result to end up in "Shot_001!C3"Sheet2 is "All_shots" So I want to read and compare to see if "All_shots!A1" is equal to"shot_001!" sheetname. If "shot_001!" sheetname matches "All_shots!A1" then paste "All_shots!B1"into "shot_001!C3"
That way it's a dynamic link based on the sheetname of "shot_001" if I duplicate it, and rename it to "shot_002" it will update to "All_shots!B2" Duplicate and rename to "shot_003" it will return "All_shots!B3" etc.
"All_shots" A1-A67 have incremental numbers "shot_001-shot-067" etc.