View Single Post
 
Old 09-06-2018, 07:20 PM
Logit Logit is offline Windows 10 Office 2007
Expert
 
Join Date: Jan 2017
Posts: 587
Logit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the rough
Default

Paste in D2 and drag down column :

Code:
=IF(B2="TC",C2-(C2*0.5),C2-(C2*0.25))
Reply With Quote