Cell recognize once data in another cell

TMILJVIPM

Board Regular
Joined
Aug 6, 2011
Messages
72
I asked a similar question earlier but this cell has a different formula so the same formula from my earlier post isnt working for me. Here's what I have:

I only want cell Y15 to populate once cell X15 shows data. Now Y15 already has this formula in it =average(x15/u15*100)

Thanks in advance
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
I asked a similar question earlier but this cell has a different formula so the same formula from my earlier post isnt working for me. Here's what I have:

I only want cell Y15 to populate once cell X15 shows data. Now Y15 already has this formula in it =average(x15/u15*100)

Thanks in advance
If 0 is a valid entry for cell X15...

=IF(COUNT(X15),X15/U15*100,"")
 
Upvote 0

Forum statistics

Threads
1,224,608
Messages
6,179,872
Members
452,949
Latest member
Dupuhini

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