I'm creating HTML code with my excel spreadsheet

AbrahamWalker

New Member
Joined
Jun 12, 2017
Messages
4
I've been working on using my excel skills to create HTML Code using the concatenate formula. So far, everything is going according to my plans.

My question:

I have 3 worksheets in a workbook.
A. Data
B. Calculations
C. HTML Code

In spreadsheet C, I would like to do a calculation that says,

If a cell in HTML Code matches a cell in Data return a certain value from Calculations.

What formula would I use to complete this task?

Thanks in advance for your help. This forum equipped me with the knowledge I needed to trim hours off of my web page creation task.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
If a cell in HTML Code matches a cell in Data return a certain value from Calculations.
Is this an example of what you mean?

If cell D5 in 'HTML Code' matches (equals) cell J2 in 'Data' then return what is in cell B7 of 'Calculations', otherwise return nothing?
If so, in a cell in 'HtML Code' you would use

=IF(D5=Data!J2,Calculations!B7,"")

If that is not what you mean, please give further clarification & examples.
 
Upvote 0

Forum statistics

Threads
1,223,897
Messages
6,175,271
Members
452,628
Latest member
dd2

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