Issue with a formula, please help.

richard1234567891011

Board Regular
Joined
Feb 21, 2018
Messages
91
Please guys I need your help with this formula. I don't know how to solve it.

The issue is that: I am using this formula:

If(ISNUMBER(FIND$F93;H1);$G93;0)

The problem is that this formula is used in a long line, changing the H1. H1=0, I1=1, J1=2, K1=3 and so on until 120.

So, the issue is: If in F93 there is for example 10, the formula will put the result (G93) not only for the cell R1 (R1=10) like I want, but for all the first line that has 10 inside. So, for 10, 100, 101, 102,103, 104,105, 106, 107, 108, 109, 110.

In conclusion I would like a formula like this that read only a number (the number in F93) and not also other number in witch the number in F93 is inside.

I don't know if it is clear, I hope.
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Or maybe
=IF($F93=H1,$G93,0)
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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