Sumif to display text instead of number

TarasHusband

New Member
Joined
Jul 12, 2012
Messages
1
Hi,

I'm trying to get text to display based on evaluating numbers.

I'm trying to use the sumif function to do the following. Look at 5 digit number in column A, see if it matches a number in column B, if so instead of display the sum of numbers, I want it to display the text that is in the cell adjacent to the matched number.

Any ideas. I'm sure sumif is not the right route, but is there "displayif" type of function?

Thanks in advance
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Welcome to the board...

I believe that would be VLOOKUP

=VLOOKUP(A1,C1:D100,2,FALSE)

that finds a match for A1 in C1:C100, and returns the corresponding value from D1:D100
 
Upvote 0

Forum statistics

Threads
1,216,099
Messages
6,128,822
Members
449,470
Latest member
Subhash Chand

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