Execel formula required

Status
Not open for further replies.

Manoj K

New Member
Joined
Oct 22, 2021
Messages
31
Office Version
  1. 2013
Platform
  1. Windows
I have an excel file. I would like to count the number of words of column “B” and answer need in column F, G, H, I, J, K or L based on value in column “D”. Can anybody help for the same.
 

Attachments

  • Screenshot 2024-06-22 161723.jpg
    Screenshot 2024-06-22 161723.jpg
    71 KB · Views: 13

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.
Assuming you data (table) starts from Row 1 itself

Use this formula in F2 and onwards

Excel Formula:
=IF(F$1=$D2,Len($B2),"")
 
Upvote 0
First of all I am sorry, there were some mistake in my question submitted earlier.



I have a file containing 14 columns. I would like to get answers i.e. number of characters without space from column 2 (description) multiplied with quantity in column 6 either in column 7, or 8, or 9 or ….. 13 based on value in column 5. Example “if value in column 5 is 3, then the character count with quantity multiplied from column 6 should come in column 9” like if value in column 5 is 8, then the character count with quantity multiplied from column 6 should come in column 13”, etc, etc.. Please help.
 

Attachments

  • Screenshot 2024-06-24 120748.jpg
    Screenshot 2024-06-24 120748.jpg
    56.8 KB · Views: 2
Upvote 0
Reposted here (please don't do that in future - stick to one thread), so this is closed.
 
Last edited by a moderator:
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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