Formula Help.

CCHolden

New Member
Joined
Aug 29, 2023
Messages
11
Office Version
  1. 365
Platform
  1. Windows
Hi,

I'm having a hard time getting a formula to work, and hoping someone here can point me in the right direction. Below is part of the sheet I'm working with.

If for example column A is 10, I need the cell with the formula to be populated with £2.07. I've tried many variations of greater and lower than formulas, but nothings working.

1694429259625.png


Sorry for the lack of detail in the title, I have no idea what this problem might be called.

Thank you in advance!
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
How about
Excel Formula:
=XLOOKUP(A2,$L$2:$L$13,$N$2:$N$13,"",-1)
 
Upvote 0
Solution
Are you using 365 as per your profile?
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0
Actually I do have one more question. Im trying to now add this formula on to the end of a IF formula. I've tried & but its not working.
 
Upvote 0
=IF(I16="yes",SUMIFS(Book1!$J$60:$J$232,Book1!$E$60:$E$232,C16,Book1!$F$60:$F$232,D16,Book1!$G$60:$G$232,E16),0)

=LOOKUP(AD16,Book1!C61:C232,Book1!J61:J232)
 
Upvote 0
Are you trying to add the xlookup to the false part of the IF instead of the 0?
 
Upvote 0

Forum statistics

Threads
1,215,073
Messages
6,122,976
Members
449,095
Latest member
Mr Hughes

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