PLEASE HELP ME WITH FORMULA

jacksonsmamma

New Member
Joined
Sep 5, 2006
Messages
2
Ok, I'm going to describe this as best as possible.

In column F i have the title, "Food Authority" and in Column G I have the title, "Fowler".

I need in Column I a formula that will do the following:

If there is "Food Authority" in column F then i need it to show up in column I.

though, if column F is blank, but there is "Fowler" in column G then I need the title from column G to appear.

however the titles "Food Authority" and "Fowler" are just 2 of the 50+ titles that are in this spreadsheet.

Any help is greatly appreciated!
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
You mean?

=If(F1<>"",F1,G1)


If not so simple, please display a sampling of your table with expected results.
 
Upvote 0
it worked!!

Great! It worked! I appreciate your help!! I'm not so great at the formulas, i'm so glad i used this website!!
 
Upvote 0

Forum statistics

Threads
1,214,864
Messages
6,121,986
Members
449,060
Latest member
mtsheetz

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