Thread
: [Solved]
How do you add values in a column when determining the lowest amount within multiple groups
View Single Post
09-06-2018, 07:20 PM
Logit
Windows 10
Office 2007
Expert
Join Date: Jan 2017
Posts: 587
Paste in D2 and drag down column :
Code:
=IF(B2="TC",C2-(C2*0.5),C2-(C2*0.25))
Logit
View Public Profile
Find all posts by Logit