I have a need to combining several excel worksheets into a single Master list. I'm stuck trying to populate a cell in my worksheet with one of 2 values from another worksheet (Staging_2) in the same workbook.
This formula, originating from my master worksheet, needs to look at cell C2 in the Staging_2 worksheet and determine if it's has data in it. If it does, I want to copy everything in that cell to my master worksheet. If Staging_2 cell C2 is blank, I want to copy the value from Staging_2, cell B2 to the Master worksheet.
NOTE: the option to use VB code is not available to me, so it has to be some sort of formula
I can easily map cells, and have even used the mid formula to find specific information in another area, but I cant figure out how to compare 2 cells on a different worksheet and take one value if it's populated, or another if it's not.