Hello,
I need to identify a column in Excel, so cell “I1” and write “Month”; this works perfectly.
Then in cell “I2”, write a formula, that will get the month value from a string in column “H”.
This is the formula:
“=LEFT(H2;FIND(”/";H2-1)"
No matter what I try, I always get 1 of 2 errors:
In the Input:
When I correct the error above with extra quotes, when it’s running it says that "the range does not exist "
Can someone help me, and explain why this happens please?