Formula

j4ymf

Well-known Member
Joined
Apr 28, 2003
Messages
741
Office Version
  1. 365
Platform
  1. Windows
Hello
Sorry by XL2BB is not working

could you please help me write a formula, im looking to lookup if column C has Working Through Grid - 60 min or Working Through Grid - 30 min
Then colulm M would be the total cost / 1.5

M6= P6 if C6 = Working Through Grid - 60 min or Working Through Grid - 30 min / 1.5
M7= P7 if C7 = 60 min or 30 min / 1.0

Hope this helps
Thank you


1664990820928.png
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
M6= P6 if C6 = Working Through Grid - 60 min or Working Through Grid - 30 min / 1.5
M7= P7 if C7 = 60 min or 30 min / 1.0
Check this -
Excel Formula:
=IFS(OR(C6="Working Through Grid - 60 min",C6="Working Through Grid - 30 min"),P6/1.5,OR(C6="60 min",C6="30 min"),P6,True,"")
 
Upvote 0
How about
Excel Formula:
=IF(OR(C6={"Working Through Grid - 60 min","Working Through Grid - 30 min"}),P6/1.5,P6)
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0
Evening

how do i add to this formula IF N7 = 1 / total by 2 after its / it by 1.5


=IF(OR(C7={"Working Through Grid - 60 min","Working Through Grid - 30 min","Working Through Grid - 120 min"}),O7/1.5,O7)


Thank you
 
Upvote 0
How about
Excel Formula:
=IF(OR(C7={"Working Through Grid - 60 min","Working Through Grid - 30 min","Working Through Grid - 120 min"}),IF(N7=1,O7/3,O7/1.5),O7)
 
Upvote 0
Fluff, you are a star, thats brilliant
sorry, Didnt realise i could have N7 as 1 or 2or 3or 4or 5

Tried but couldnt get it to work, would you mind 1 last time and correct it for me please


=IF(OR(C7={"Working Through Grid - 60 min","Working Through Grid - 30 min","Working Through Grid - 120 min"}),IF(N7=1,N7=2,O7/3,O7/1.5),O7)

massive thumbs up tp you
 
Upvote 0
How about
Excel Formula:
=IF(OR(C7={"Working Through Grid - 60 min","Working Through Grid - 30 min","Working Through Grid - 120 min"}),IF(OR(N7={1,2}),O7/3,O7/1.5),O7)
 
Upvote 0
Hello Fluff

=IF(OR(C10={"Working Through Grid - 60 min","Working Through Grid - 30 min","Working Through Grid - 120 min"}),IF(OR(N10={1,2,3,4,5}),O10/P10,O10/1.5),O10)

if one seal is O6 @ £19.20
N7 = (+1) £19.20 + £19.20 = £38.40
O10= (+4) £19.20 x5 = 96.00

After playing i now realise that i may need a different formula
L= The rate
N = Identical of the same value

because N changes ive had to use the values in P to get the basic of 1 basic rate
Does that make sence, could you change this bit to work for me please

N10={1,2,3,4,5}),O10/P10

Thank you so much
1665165070092.png
 
Upvote 0

Forum statistics

Threads
1,215,427
Messages
6,124,831
Members
449,190
Latest member
rscraig11

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top