I’m trying to pull data from sheet and cell (June.g20 which is 84) and have it show up in the another sheet and cell (CO_Data.g5). Sheet “CO_Data” has various equations that give me the data i need to pull the proper information from the sheet i need. Sheet “CO_Data” Cell “E8” contains “=EDATE(E6,-6)” and is formatted to give me a date of MMMM/YYYY or June/2019. Cell G5 of sheet"CO_Data" contains the following:
=CONCATENATE(TEXT(E8,“mmmm”),".g20")
the equation pulls the information from cell E8 and formats it to give only the month as a word and then add the cell number “.G20” to the end of the month, which works and displays “June.G20”
But I need it to access the cell “G20” of sheet “June” and display the number not the name of the sheet and cell number. I know I’m missing something in the formatting but cannot figure it out