I need a formula to do the following function:
cell Y = If (cellx) >7.92 and (cellx) <=8.0, return a value of 8, and if (cellx) >8.0, return true value of (cellx)
Can this be done?
I need a formula to do the following function:
cell Y = If (cellx) >7.92 and (cellx) <=8.0, return a value of 8, and if (cellx) >8.0, return true value of (cellx)
Can this be done?
Let's say Cellx is A1,
=IF(AND(A1>7.92,A1<=8.0),8,A1)
How's that work for you?
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
What do you want the result to be if cellx is ≤ 7.92?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks