One cell to choose between two cells

Ajb311

New Member
Joined
Oct 1, 2018
Messages
6
I run a restaurant and need some Excel help. I have a sheet and on that sheet are four columns.
Column 1- tips earned
Column 2- tips earned with a food runner
Column 3- name of food runner/ runners that worked(if they worked)
Column 4- amount of check written to servers

We write checks at night based on either column 1 or column 2 numbers depending on if a food runner worked that night.

I don't want to manually enter what we wrote the check for. So what I was wondering is, if there was a way that when I input a name, I.E.- Jose in column three, it will automatically take the number from column 2. And if we had no food runner that night it and no name is entered it would automatically pull the number from column 1. Thank you for any insight you can give me on this.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Tips
Tips with Runner
Name
Check
100
100
Benny

<tbody>
</tbody>

Try this in col 4. =IF(COUNTA(C2:C10),B2,A2)

I'm having a hard time visualizing what you have, so I hope this gets you closer to your end goal. The range C2:C10 should be adjusted to the used range of column 3 excluding the header.

I should note that this formula would only need to be put in the first cell in column 4. If there are multiple entries in columns 1 and 2, then it will need some adjusting.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,221,444
Messages
6,159,914
Members
451,603
Latest member
SWahl

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