S
Sam. Commar
I am using the followign statement in my macro:
Sheets("Split").Range("K" & LoopID).Value = IIf(Val(Sheets("New
York").Range("I" & StartPoint) & "") < 4, "DATABASE", "FURNITURE")
So I am saying if value in Range I < 4 then its DATABASE else its FURNITURE
I want to add one more parameter.. that is if I < 4 then its Database if its
between 4 to 7 then its Furniture and if its more than 7 then its
Leasehold.
Could someone please advise me on what the statement should be modified to.
Thanks
S Commar
Sheets("Split").Range("K" & LoopID).Value = IIf(Val(Sheets("New
York").Range("I" & StartPoint) & "") < 4, "DATABASE", "FURNITURE")
So I am saying if value in Range I < 4 then its DATABASE else its FURNITURE
I want to add one more parameter.. that is if I < 4 then its Database if its
between 4 to 7 then its Furniture and if its more than 7 then its
Leasehold.
Could someone please advise me on what the statement should be modified to.
Thanks
S Commar