=OR([@[First Time]]=2016, [@[2016 Sales]]>= 400000)
how could i edit this forumula so that it can say Y or N
=OR([@[First Time]]=2016, [@[2016 Sales]]>= 400000)
how could i edit this forumula so that it can say Y or N
Formula:
=IF(OR([@[First Time]]=2016, [@[2016 Sales]]>= 400000),"Y","N")
Regards, TMS
Trevor Shuttleworth - Retired Excel/VBA Consultant
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
=IF(OR([@[First Time]]=2016, [@[2016 Sales]]>= 400000) ,"Y", "N")
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
I'd need to see some sample data to understand why it is not working (Go Advanced>Manage Attachments to upload a workbook showing where the formula would go)
It looks okay to me.
Yours worked. I had to go in and tweak the other users but generally both were helpful and now I understand
What do you understand? Both solutions were identical based on your original formula. Why did you need to tweak the formula, and in what way?
But no big deal,if you have something that works for you.
You're welcome.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks