=if (A1>5,A1*.9,A1)
Make sure it is number no decimal places to get no decimals
That would be 6 or higher...
"an 8" "you were right to go higher"*puts on best brucie voice*
higher than a 6 you say
How do I do this:
If the value of cell A1 is 5 or greater, I want B1 to equal 90% of A1. If the value of A1 is 4 or less I want B1 to equal A1. B1 to be an integer.
Cheers
UTA
That would be 6 or higher...
No, A1 will be whole numbers.
In which case you can use both INT and ROUND and get the same answers.
I know I might be pushing my luck on a Friday... but can someone help me how to work this out
Person wants an average buy price of £430
Currently they buy 1250 of something for £420.43 , and 350 of something for £536
I want to work out what cost of each thing I need to get to, to hit that average
I know I might be pushing my luck on a Friday... but can someone help me how to work this out
Person wants an average buy price of £430
Currently they buy 1250 of something for £420.43 , and 350 of something for £536
I want to work out what cost of each thing I need to get to, to hit that average
I know I might be pushing my luck on a Friday... but can someone help me how to work this out
Person wants an average buy price of £430
Currently they buy 1250 of something for £420.43 , and 350 of something for £536
I want to work out what cost of each thing I need to get to, to hit that average
Not sure I quite understand what you want, but the way you have phrased it just divide £430 by 1250 to get the average price of 1 of those items. Divide £430 by 350 to get the average price of 1 of the other items. I suspect that this is too simple though.