View Single Post
 
Old 04-25-2022, 08:43 AM
laith93 laith93 is offline Windows 10 Office 2019
Competent Performer
 
Join Date: Jul 2021
Posts: 117
laith93 is on a distinguished road
Default Add certain value to another value if match a rule

Hi,
Look at this image (attachment demo file)
13.png

I want to add 2.5 to all values in column C1 if the value is lower than 7.4, but at the same time, the result must not exceed 7.5 as it is the upper limit
In more detail, if I add 2.5 to 6.5, it will be 9.5 which exceeds my upper limit (7.5), so 6.5 must be converted to 7.5
also when I add 2.5 to 7.4, it must be 7.5.
So how to do that with my thanks
Attached Files
File Type: xlsx demo.xlsx (10.0 KB, 7 views)
Reply With Quote