Forum Discussion
Excel 2007 Problem with an IF statement . Help
Hi Willy thank you I really appreciate the help .
For Column C nothing appears with that code
For the other columns hashtag value! appears . sorry I don't have a hashtag symbol
Regards
Stephen
Select C1, Create a name in name manager, Header
=IFERROR(LEFT(C$1, FIND(" ", C$1) - 1), C$1)
Column C
=IF($A2 = VALUE(Header), $A2, "")
Column D to last column
=IF(AND($A2>VALUE(LEFT(Header, FIND("-", Header)-1)), $A2<=VALUE(MID(Header, FIND("-", Header)+1, 10))), $A2, "")
- Stephen JonMar 21, 2018Copper Contributor
Hi Willy,
Sorry to get back to you at such late notice, I've been working away from home, and not had the time to take a look at this formula.
I've tried to insert where I think you want me place each code . but It doesn't seem to working. I think may be Its me being a novice.
So I wander if you where able to screen shot each step that would help me get it right.
I'm not sure if you can post them here, or send to my email. St3ph3n31@hotmail.com
I'd be eternally grateful and maybe, be able to return favour the one day.
Regards
Stephen