
Signature
Pranav Vaidya
VBA Developer
PN, MH-India
Hi Pranav, thanks for responding -
I want the resulting value (1,2,3,4) NOT in the same cell as I need to KEEP
these values "as is" --> it will be placed in the cell directly to the right
of it - in the following column (so, if looking at the value in E2, the
1,2,3,4 would be placed in F2, etc).
> > IF cell E2 = "Not Started", place a "1" in this cell
> > IF cell E2 = "Active", place a "2" in this cell
> > IF cell E2 = "Transferred", place a "3" in this cell
> > IF cell E2 = "Completed", place a "4" in this cell
> > otherwise, keep <blank>
> do you want the formula to change the contents of the cell in which you are
> entering the formula? I mean the formula is entered in E2 and you want 1 or 2
[quoted text clipped - 18 lines]
> >
> > Any help would be appreciated!