View Single Post
  #3   Report Post  
AshKhan AshKhan is offline
Junior Member
 
Posts: 5
Default

Quote:
Originally Posted by skirkpatrick View Post
You can do this by combining the AND Function with your IF Function and greater than / less than conditions for the 2 cents.

=IF(AND((ROUND((F4-M10)*0.0565,2)+0.02=F10),((ROUND((F4-M10)*0.0565,2)-0.02<=F10))),"You found the café plan!","Not the café plan")
Hi

would I need to do an If statement is if want to do the following ?

i need help with something that looks simple but i cant for the life of me work it out

In cells E10 i want to input a date e.g 01/02/12
i want the worksheet to automatically work out
what target i have hit in cell G10

my targets are
13 weeks
26 week
39 week
52 week
52+

i want the cell G10 to populate the content into one of the 5 targets based on the date i put in

so if i input

01/02/12 cell G10 should automatically have text entered "39 Week"

i also want the formula to work in all cells E10 and G10 onwards