I'm a bit of a newbie at excel formulas and i have a question.
I have a formula that is meant to be working out if something falls on a weekday. if it does then it's meant to be putting an amount sourced from a different sheet (same workbook) into the field and if not then it's meant to be leaving it at 0.
the formula i have is =IF(ISNA((VLOOKUP((WEEKDAY(B9)),day,1,FALSE))),Control!$G$29,0)
This isn't working at all it's leaving everything at 0.
Any help gratefully appreciated.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Whoever battles with monsters had better see that it does not turn him into a monster. And if you gaze long into an abyss, the abyss will gaze back into you. ~ Nietzsche"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I have a formula that is meant to be working out if something falls on a weekday. if it does then it's meant to be putting an amount sourced from a different sheet (same workbook) into the field and if not then it's meant to be leaving it at 0.
the formula i have is =IF(ISNA((VLOOKUP((WEEKDAY(B9)),day,1,FALSE))),Control!$G$29,0)
This isn't working at all it's leaving everything at 0.
Any help gratefully appreciated.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Whoever battles with monsters had better see that it does not turn him into a monster. And if you gaze long into an abyss, the abyss will gaze back into you. ~ Nietzsche"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~