Populate one cell with x if another cell contains data/

RodneyW

Active Member
Joined
Sep 24, 2010
Messages
436
Office Version
  1. 2013
Platform
  1. Windows
I need a formula for cell Q8 that looks at cell E8. If E8 ispopulated, place an x in cell Q8. If itmakes a difference, cell E8 has a formula that reads from another tab withinthe same spreadsheet. Thanks in advance

 
Formula in cell E8 is this: =Stations!I49
The formula in Stations I49 is: =SUMIF(G8:G46,"x",E8:E46)
It looks like from your formula, cell E8 will always be displaying something (either 0 or some summation value). In your original message, you said...

"If E8 is populated, place an x in cell Q8."

Well, E8 is always populated, you our formulas will always display an "X". Did you mean you wanted our formulas to display an "X" if the summation was 0 (even if you had positive and negative values that summed to 0)? If so, my formula would modify this way...

=LEFT("X",N(E8))
 
Last edited:
Upvote 0

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Weird, I thought I had posted a reply that outlined what the issue was, but I don't see it. In any case, Fluff, your suggestion worked perfectly. Thank you
 
Upvote 0
Glad we could help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,215,343
Messages
6,124,400
Members
449,156
Latest member
LSchleppi

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